summaryrefslogtreecommitdiff
path: root/x11/gdm
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2005-12-05 21:57:48 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2005-12-05 21:57:48 +0000
commit0d3c3f29c7509454615cf6c2f82b3c6b3be10cd1 (patch)
treedf2dec611daaba5346157da1b1d574370abc194e /x11/gdm
parentRemove install-info (diff)
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.
Notes
Notes: svn path=/head/; revision=150493
Diffstat (limited to 'x11/gdm')
-rw-r--r--x11/gdm/Makefile1
-rw-r--r--x11/gdm/files/gdm.sh.in2
-rw-r--r--x11/gdm/files/patch-config_gdm.conf.in8
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