summaryrefslogtreecommitdiffstats
path: root/x11/gdm/files/gdm.in
diff options
context:
space:
mode:
Diffstat (limited to 'x11/gdm/files/gdm.in')
-rw-r--r--x11/gdm/files/gdm.in10
1 files changed, 7 insertions, 3 deletions
diff --git a/x11/gdm/files/gdm.in b/x11/gdm/files/gdm.in
index a9efdfee1..d5cd09cb7 100644
--- a/x11/gdm/files/gdm.in
+++ b/x11/gdm/files/gdm.in
@@ -1,10 +1,14 @@
#!/bin/sh
# $FreeBSD$
-# $MCom: ports/x11/gdm/files/gdm.sh.in,v 1.2 2005/11/25 18:35:32 marcus Exp $
+# $MCom: ports/x11/gdm/files/gdm.sh.in,v 1.3 2005/12/05 22:00:06 marcus Exp $
# PROVIDE: gdm
-# REQUIRE: DAEMON LOGIN cleanvar
-# KEYWORD: FreeBSD
+# REQUIRE: LOGIN cleanvar moused
+#
+# Add the following to /etc/rc.conf to start GDM at boot time:
+#
+# gdm_enable="YES"
+#
gdm_enable=${gdm_enable-"NO"}