summaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-03-07 03:02:27 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-03-07 03:02:27 +0800
commit2896abecffaed59e9bc1c9f75f7cbf89fb29f49a (patch)
treef2cdedad67b9bab93231d67fde1e51e338606bfb /x11
parent1273cffdb07a5c266427d7735d59e8e0f74f3fb7 (diff)
downloadmarcuscom-ports-2896abecffaed59e9bc1c9f75f7cbf89fb29f49a.tar
marcuscom-ports-2896abecffaed59e9bc1c9f75f7cbf89fb29f49a.tar.gz
marcuscom-ports-2896abecffaed59e9bc1c9f75f7cbf89fb29f49a.tar.bz2
marcuscom-ports-2896abecffaed59e9bc1c9f75f7cbf89fb29f49a.tar.lz
marcuscom-ports-2896abecffaed59e9bc1c9f75f7cbf89fb29f49a.tar.xz
marcuscom-ports-2896abecffaed59e9bc1c9f75f7cbf89fb29f49a.tar.zst
marcuscom-ports-2896abecffaed59e9bc1c9f75f7cbf89fb29f49a.zip
Repocopy gdm.sh.in to gdm.in to be compliant with the new USE_RC_SUBR world
order. Reminded by: mezz git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5854 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11')
-rw-r--r--x11/gdm/files/gdm.in2
-rw-r--r--x11/gdm/files/gdm.sh.in24
2 files changed, 1 insertions, 25 deletions
diff --git a/x11/gdm/files/gdm.in b/x11/gdm/files/gdm.in
index d5cd09cb7..2f58b2fed 100644
--- a/x11/gdm/files/gdm.in
+++ b/x11/gdm/files/gdm.in
@@ -1,6 +1,6 @@
#!/bin/sh
# $FreeBSD$
-# $MCom: ports/x11/gdm/files/gdm.sh.in,v 1.3 2005/12/05 22:00:06 marcus Exp $
+# $MCom: ports/x11/gdm/files/gdm.in,v 1.4 2005/12/31 20:00:51 marcus Exp $
# PROVIDE: gdm
# REQUIRE: LOGIN cleanvar moused
diff --git a/x11/gdm/files/gdm.sh.in b/x11/gdm/files/gdm.sh.in
deleted file mode 100644
index d5cd09cb7..000000000
--- a/x11/gdm/files/gdm.sh.in
+++ /dev/null
@@ -1,24 +0,0 @@
-#!/bin/sh
-# $FreeBSD$
-# $MCom: ports/x11/gdm/files/gdm.sh.in,v 1.3 2005/12/05 22:00:06 marcus Exp $
-
-# PROVIDE: gdm
-# 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"}
-
-. %%RC_SUBR%%
-
-name=gdm
-rcvar=`set_rcvar`
-command="%%PREFIX%%/sbin/${name}"
-pidfile="/var/run/${name}.pid"
-procname="%%PREFIX%%/sbin/gdm-binary"
-
-load_rc_config ${name}
-run_rc_command "$1"