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
/
virecover
blob
2d6fd86b129b8bfb28896c93fe71b37512d17535
1
#!/bin/sh
2
#
3
# $NetBSD: virecover,v 1.7 2004/01/11 14:21:44 uebayasi Exp $
4
#
5
6
# PROVIDE: virecover
7
# REQUIRE: mountcritremote
8
# BEFORE: DAEMON
9
#
10
# XXX: should require `mail'!
11
12
$_rc_subr_loaded
.
/
etc
/
rc.subr
13
14
name
=
"virecover"
15
rcvar
=
$name
16
command
=
"/usr/libexec/
${name}
"
17
stop_cmd
=
":"
18
reload_cmd
=
":"
19
20
load_rc_config
$name
21
run_rc_command
"
$1
"