NetBSD/etc/rc.d/xdm.in

21 lines
366 B
Plaintext
Raw Normal View History

2000-03-10 14:53:23 +03:00
#!/bin/sh
#
# $NetBSD: xdm.in,v 1.1 2008/12/05 18:55:22 cube Exp $
2000-03-10 14:53:23 +03:00
#
# PROVIDE: xdm
# REQUIRE: DAEMON LOGIN wscons
# KEYWORD: shutdown
2000-03-10 14:53:23 +03:00
$_rc_subr_loaded . /etc/rc.subr
2000-03-10 14:53:23 +03:00
name="xdm"
rcvar=$name
command="@X11ROOTDIR@/bin/${name}"
2000-03-10 14:53:23 +03:00
pidfile="/var/run/${name}.pid"
required_files="/etc/X11/xdm/xdm-config"
extra_commands="reload"
2000-03-10 14:53:23 +03:00
load_rc_config $name
run_rc_command "$1"