summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/rarpd
blob: c5bbd935278162985ec4901ed0a2d654fe0ae96c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/bin/sh
#
# $NetBSD: rarpd,v 1.4 2000/09/19 13:04:39 lukem Exp $
#

# PROVIDE: rarpd
# REQUIRE: DAEMON
# BEFORE:  LOGIN

. /etc/rc.subr

name="rarpd"
rcvar=$name
command="/usr/sbin/${name}"
pidfile="/var/run/${name}.pid"
required_files="/etc/ethers"

load_rc_config $name
run_rc_command "$1"
OpenPOWER on IntegriCloud