repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
etc
/
rc.d
/
moused
blob
974ceb046f89c14755f637a89a45fc374bd3a7e0
1
#!/bin/sh
2
#
3
# $NetBSD: moused,v 1.1 2001/10/29 23:25:01 augustss Exp $
4
#
5
6
# PROVIDE: moused
7
# REQUIRE: DAEMON
8
9
$_rc_subr_loaded
.
/
etc
/
rc.subr
10
11
name
=
"moused"
12
rcvar
=
$name
13
command
=
"/usr/sbin/
${name}
"
14
15
load_rc_config
$name
16
run_rc_command
"
$1
"