diff options
-rw-r--r-- | x11/gdm/files/gdm.in | 2 | ||||
-rw-r--r-- | x11/gdm/files/gdm.sh.in | 24 |
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" |