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
/
rarpd
blob
e6e8ec962d658d11b0009489dae1207ff9c0b0cb
1
#!/bin/sh
2
#
3
# $NetBSD: rarpd,v 1.5 2002/03/22 04:33:59 thorpej Exp $
4
#
5
6
# PROVIDE: rarpd
7
# REQUIRE: DAEMON
8
# BEFORE: LOGIN
9
10
$_rc_subr_loaded
.
/
etc
/
rc.subr
11
12
name
=
"rarpd"
13
rcvar
=
$name
14
command
=
"/usr/sbin/
${name}
"
15
pidfile
=
"/var/run/
${name}
.pid"
16
required_files
=
"/etc/ethers"
17
18
load_rc_config
$name
19
run_rc_command
"
$1
"