diff options
Diffstat (limited to 'etc/rc.d/xdm')
-rwxr-xr-x | etc/rc.d/xdm | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/etc/rc.d/xdm b/etc/rc.d/xdm deleted file mode 100755 index a5c6b7665b408..0000000000000 --- a/etc/rc.d/xdm +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/sh -# -# $NetBSD: xdm,v 1.5 2000/07/17 15:24:48 lukem Exp $ -# - -# PROVIDE: xdm -# REQUIRE: DAEMON LOGIN wscons -# KEYWORD: shutdown - -. /etc/rc.subr - -name="xdm" -rcvar=$name -command="/usr/X11R6/bin/${name}" -pidfile="/var/run/${name}.pid" -required_files="/usr/X11R6/lib/X11/xdm/xdm-config" -extra_commands="reload" - -load_rc_config $name -run_rc_command "$1" |