2002-06-27 19:08:55 +04:00
|
|
|
#!/bin/sh
|
|
|
|
#
|
2003-03-05 01:32:11 +03:00
|
|
|
# $NetBSD: wsmoused,v 1.2 2003/03/04 22:32:11 jmmv Exp $
|
2002-06-27 19:08:55 +04:00
|
|
|
#
|
|
|
|
|
|
|
|
# PROVIDE: wsmoused
|
|
|
|
# REQUIRE: LOGIN
|
|
|
|
# KEYWORD: shutdown
|
|
|
|
|
|
|
|
. /etc/rc.subr
|
|
|
|
|
|
|
|
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"
|