xref: /netbsd/etc/rc.d/wsmoused (revision c4a72b64)
1#!/bin/sh
2#
3# $NetBSD: wsmoused,v 1.1 2002/06/27 15:08:55 christos Exp $
4#
5
6# PROVIDE: wsmoused
7# REQUIRE: LOGIN
8# KEYWORD: shutdown
9
10. /etc/rc.subr
11
12name="wsmoused"
13rcvar=$name
14command="/usr/sbin/${name}"
15
16load_rc_config $name
17run_rc_command "$1"
18