netbsd/etc/rc.d/moused
2013-04-06 16:48:33 +02:00

17 lines
239 B
Bash
Executable File

#!/bin/sh
#
# $NetBSD: moused,v 1.2 2004/08/13 18:08:03 mycroft Exp $
#
# PROVIDE: moused
# REQUIRE: DAEMON
$_rc_subr_loaded . /etc/rc.subr
name="moused"
rcvar=$name
command="/usr/sbin/${name}"
load_rc_config $name
run_rc_command "$1"