summaryrefslogtreecommitdiffstats
path: root/x11/gdm/files
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-11-23 14:47:21 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-11-23 14:47:21 +0800
commitbde68dffdcfdcb6364275d5564190238303ca272 (patch)
tree9cb0453500f94c9a960ea8ae08a4732c09d2b445 /x11/gdm/files
parent9cd742ef72720ca2ff660fe931bb6a6a65f1ff63 (diff)
downloadmarcuscom-ports-bde68dffdcfdcb6364275d5564190238303ca272.tar
marcuscom-ports-bde68dffdcfdcb6364275d5564190238303ca272.tar.gz
marcuscom-ports-bde68dffdcfdcb6364275d5564190238303ca272.tar.bz2
marcuscom-ports-bde68dffdcfdcb6364275d5564190238303ca272.tar.lz
marcuscom-ports-bde68dffdcfdcb6364275d5564190238303ca272.tar.xz
marcuscom-ports-bde68dffdcfdcb6364275d5564190238303ca272.tar.zst
marcuscom-ports-bde68dffdcfdcb6364275d5564190238303ca272.zip
Adjust the GDM rc.d REQUIRES line as GDM now requires dbus and consolekit.
This doesn't fix the keyboard problems with GDM on a reboot, though. That is still being investigated. In the meantime, GDM needs to be started once the system is fully booted :-( . git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9953 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gdm/files')
-rw-r--r--x11/gdm/files/gdm.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gdm/files/gdm.in b/x11/gdm/files/gdm.in
index d3b84f60b..ea20d3296 100644
--- a/x11/gdm/files/gdm.in
+++ b/x11/gdm/files/gdm.in
@@ -1,9 +1,9 @@
#!/bin/sh
# $FreeBSD: ports/x11/gdm/files/gdm.in,v 1.5 2007/10/24 23:36:53 marcus Exp $
-# $MCom: ports/x11/gdm/files/gdm.in,v 1.15 2007/08/15 17:52:06 mezz Exp $
+# $MCom: ports/x11/gdm/files/gdm.in,v 1.17 2007/11/03 00:59:40 marcus Exp $
# PROVIDE: gdm
-# REQUIRE: LOGIN cleanvar moused
+# REQUIRE: LOGIN cleanvar moused syscons dbus consolekit
#
# Add the following to /etc/rc.conf to start GDM at boot time:
#