diff --git a/x11/gnome/gdm/Makefile b/x11/gnome/gdm/Makefile index 5eaab759c31..2af69319714 100644 --- a/x11/gnome/gdm/Makefile +++ b/x11/gnome/gdm/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.59 2009/04/16 08:11:13 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.60 2009/04/27 08:09:27 ajacoutot Exp $ COMMENT= GNOME display manager GNOME_PROJECT= gdm GNOME_VERSION= 2.20.10 -PKGNAME= ${DISTNAME}p1 +PKGNAME= ${DISTNAME}p2 HOMEPAGE= http://www.gnome.org/projects/gdm/ diff --git a/x11/gnome/gdm/pkg/MESSAGE b/x11/gnome/gdm/pkg/MESSAGE index 178f4a85525..d78860b3bbf 100644 --- a/x11/gnome/gdm/pkg/MESSAGE +++ b/x11/gnome/gdm/pkg/MESSAGE @@ -1,6 +1,6 @@ -To enable the GNOME Display Manager, add the following lines to the -/etc/rc.local file: +To enable the GNOME Display Manager, add the following lines to +/etc/rc.local: if [ -x ${PREFIX}/sbin/gdm ]; then - echo -n ' gdm'; ${PREFIX}/sbin/gdm + echo -n ' gdm'; (sleep 5; ${PREFIX}/sbin/gdm)& fi