Home | History | Annotate | Line # | Download | only in rc.d
rbootd revision 1.4
      1 #!/bin/sh
      2 #
      3 # $NetBSD: rbootd,v 1.4 2000/05/13 08:45:09 lukem Exp $
      4 #
      5 
      6 # PROVIDE: rbootd
      7 # REQUIRE: DAEMON
      8 
      9 . /etc/rc.subr
     10 
     11 name="rbootd"
     12 command="/usr/sbin/${name}"
     13 pidfile="/var/run/${name}.pid"
     14 required_files="/etc/${name}.conf"
     15 extra_commands="reload"
     16 
     17 load_rc_config $name
     18 run_rc_command "$1"
     19