Add wsmoused

This commit is contained in:
christos 2002-06-27 15:08:55 +00:00
parent 1cbe550fe4
commit 7f89b13752
1 changed files with 17 additions and 0 deletions

17
etc/rc.d/wsmoused Executable file
View File

@ -0,0 +1,17 @@
#!/bin/sh
#
# $NetBSD: wsmoused,v 1.1 2002/06/27 15:08:55 christos Exp $
#
# PROVIDE: wsmoused
# REQUIRE: LOGIN
# KEYWORD: shutdown
. /etc/rc.subr
name="wsmoused"
rcvar=$name
command="/usr/sbin/${name}"
load_rc_config $name
run_rc_command "$1"