NetBSD/etc/rc.d/wsmoused

19 lines
295 B
Plaintext
Raw Normal View History

2002-06-27 19:08:55 +04:00
#!/bin/sh
#
# $NetBSD: wsmoused,v 1.3 2004/08/13 18:08:03 mycroft Exp $
2002-06-27 19:08:55 +04:00
#
# PROVIDE: wsmoused
# REQUIRE: LOGIN
# KEYWORD: shutdown
$_rc_subr_loaded . /etc/rc.subr
2002-06-27 19:08:55 +04:00
name="wsmoused"
rcvar=$name
command="/usr/sbin/${name}"
2003-03-05 01:32:11 +03:00
pidfile="/var/run/${name}.pid"
2002-06-27 19:08:55 +04:00
load_rc_config $name
run_rc_command "$1"