- give a better chance for kbd to be initialized before starting GDM;
spotted by giovanni@ ok jasper@
This commit is contained in:
parent
292fde8394
commit
2ed1f4e69d
@ -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
|
COMMENT= GNOME display manager
|
||||||
|
|
||||||
GNOME_PROJECT= gdm
|
GNOME_PROJECT= gdm
|
||||||
GNOME_VERSION= 2.20.10
|
GNOME_VERSION= 2.20.10
|
||||||
PKGNAME= ${DISTNAME}p1
|
PKGNAME= ${DISTNAME}p2
|
||||||
|
|
||||||
HOMEPAGE= http://www.gnome.org/projects/gdm/
|
HOMEPAGE= http://www.gnome.org/projects/gdm/
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
To enable the GNOME Display Manager, add the following lines to the
|
To enable the GNOME Display Manager, add the following lines to
|
||||||
/etc/rc.local file:
|
/etc/rc.local:
|
||||||
|
|
||||||
if [ -x ${PREFIX}/sbin/gdm ]; then
|
if [ -x ${PREFIX}/sbin/gdm ]; then
|
||||||
echo -n ' gdm'; ${PREFIX}/sbin/gdm
|
echo -n ' gdm'; (sleep 5; ${PREFIX}/sbin/gdm)&
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user