From afad76ee76d3a58cf84a1bc6fb12c55552bc5563 Mon Sep 17 00:00:00 2001 From: obrien Date: Sat, 16 Jun 2001 07:16:14 +0000 Subject: Import the NetBSD 1.5 RC system. Note that `rc' and `rc.shutdown' could not be imported because we already have files with those names. --- etc/rc.d/rarpd | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100755 etc/rc.d/rarpd (limited to 'etc/rc.d/rarpd') diff --git a/etc/rc.d/rarpd b/etc/rc.d/rarpd new file mode 100755 index 0000000..b0e4212 --- /dev/null +++ b/etc/rc.d/rarpd @@ -0,0 +1,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" -- cgit v1.1