xref: /netbsd-src/etc/rc.d/rarpd (revision 4472dbe5e3bd91ef2540bada7a7ca7384627ff9b)
1#!/bin/sh
2#
3# $NetBSD: rarpd,v 1.3 2000/05/13 08:45:09 lukem Exp $
4#
5
6# PROVIDE: rarpd
7# REQUIRE: DAEMON
8
9. /etc/rc.subr
10
11name="rarpd"
12command="/usr/sbin/${name}"
13pidfile="/var/run/${name}.pid"
14required_files="/etc/ethers"
15
16load_rc_config $name
17run_rc_command "$1"
18