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
/
ifwatchd
blob
b8b5908bcd2d3e7b8f88eeb302e110f7f504e94a
1
#!/bin/sh
2
#
3
# $NetBSD: ifwatchd,v 1.3 2003/06/24 09:32:46 martin Exp $
4
#
5
6
# PROVIDE: ifwatchd
7
# REQUIRE: mountcritremote syslogd
8
# BEFORE: SERVERS
9
10
$_rc_subr_loaded
.
/
etc
/
rc.subr
11
12
name
=
"ifwatchd"
13
rcvar
=
$name
14
command
=
"/usr/sbin/
${name}
"
15
16
load_rc_config
$name
17
run_rc_command
"
$1
"
18