Home | History | Annotate | Line # | Download | only in rc.d
rarpd revision 1.3
      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 
     11 name="rarpd"
     12 command="/usr/sbin/${name}"
     13 pidfile="/var/run/${name}.pid"
     14 required_files="/etc/ethers"
     15 
     16 load_rc_config $name
     17 run_rc_command "$1"
     18