diff --git a/etc/rc.d/wsmoused b/etc/rc.d/wsmoused new file mode 100755 index 000000000000..937957b829ef --- /dev/null +++ b/etc/rc.d/wsmoused @@ -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"