diff options
author | marcus <marcus@FreeBSD.org> | 2005-12-06 05:57:48 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-12-06 05:57:48 +0800 |
commit | f8ad5536e2d884572a753e12ece484cc3538cd20 (patch) | |
tree | bec0be7c3619e24e0fb500aeaf745f0902aa27c2 /x11/gdm | |
parent | 1bec06a8ad263591e7c00e97ecb891994feda5ae (diff) | |
download | freebsd-ports-gnome-f8ad5536e2d884572a753e12ece484cc3538cd20.tar.gz freebsd-ports-gnome-f8ad5536e2d884572a753e12ece484cc3538cd20.tar.zst freebsd-ports-gnome-f8ad5536e2d884572a753e12ece484cc3538cd20.zip |
Seems -CURRENT needs a few tweaks to get gdm starting correctly. First,
we need to depend on LOGIN and cleanvar in our rc.d script, plus, we need
to enable VTAllocation.
Diffstat (limited to 'x11/gdm')
-rw-r--r-- | x11/gdm/Makefile | 1 | ||||
-rw-r--r-- | x11/gdm/files/gdm.sh.in | 2 | ||||
-rw-r--r-- | x11/gdm/files/patch-config_gdm.conf.in | 8 |
3 files changed, 6 insertions, 5 deletions
diff --git a/x11/gdm/Makefile b/x11/gdm/Makefile index a280c2f60e0c..1a9c98cdc9e4 100644 --- a/x11/gdm/Makefile +++ b/x11/gdm/Makefile @@ -7,6 +7,7 @@ PORTNAME= gdm PORTVERSION= 2.8.0.7 +PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.8 diff --git a/x11/gdm/files/gdm.sh.in b/x11/gdm/files/gdm.sh.in index 802a8bc85a85..0957401c017e 100644 --- a/x11/gdm/files/gdm.sh.in +++ b/x11/gdm/files/gdm.sh.in @@ -2,7 +2,7 @@ # $FreeBSD$ # PROVIDE: gdm -# REQUIRE: DAEMON +# REQUIRE: DAEMON LOGIN cleanvar # KEYWORD: FreeBSD gdm_enable=${gdm_enable-"NO"} diff --git a/x11/gdm/files/patch-config_gdm.conf.in b/x11/gdm/files/patch-config_gdm.conf.in index 2d680f75d17e..60781d1af357 100644 --- a/x11/gdm/files/patch-config_gdm.conf.in +++ b/x11/gdm/files/patch-config_gdm.conf.in @@ -1,5 +1,5 @@ ---- config/gdm.conf.in.orig Fri Aug 5 00:34:59 2005 -+++ config/gdm.conf.in Tue Aug 9 02:02:44 2005 +--- config/gdm.conf.in.orig Thu Oct 6 19:25:45 2005 ++++ config/gdm.conf.in Mon Dec 5 21:56:18 2005 @@ -76,7 +76,7 @@ # To try to kill all clients started at greeter time or in the Init script. # doesn't always work, only if those clients have a window of their own @@ -19,8 +19,8 @@ # is causing problems. -#FirstVT=7 -#VTAllocation=true -+#FirstVT=9 -+VTAllocation=false ++FirstVT=9 ++VTAllocation=true # Should double login be treated with a warning (and possibility to change # vts on linux and freebsd systems for console logins) #DoubleLoginWarning=true |