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

# PROVIDE: rarpd
# REQUIRE: DAEMON

. /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