Sync usage with man page.
[netbsd-mini2440.git] / etc / rc.d / wsmoused
blob7d9ef0259cb26cb43ebbdd64f519d3bae668a924
1 #!/bin/sh
3 # $NetBSD: wsmoused,v 1.2 2003/03/04 22:32:11 jmmv Exp $
6 # PROVIDE: wsmoused
7 # REQUIRE: LOGIN
8 # KEYWORD: shutdown
10 $_rc_subr_loaded . /etc/rc.subr
12 name="wsmoused"
13 rcvar=$name
14 command="/usr/sbin/${name}"
15 pidfile="/var/run/${name}.pid"
17 load_rc_config $name
18 run_rc_command "$1"