1 1.1 lukem #!/bin/sh 2 1.1 lukem # 3 1.5 lukem # $NetBSD: rbootd,v 1.5 2000/09/19 13:04:39 lukem Exp $ 4 1.1 lukem # 5 1.1 lukem 6 1.1 lukem # PROVIDE: rbootd 7 1.2 lukem # REQUIRE: DAEMON 8 1.1 lukem 9 1.1 lukem . /etc/rc.subr 10 1.1 lukem 11 1.1 lukem name="rbootd" 12 1.5 lukem rcvar=$name 13 1.1 lukem command="/usr/sbin/${name}" 14 1.1 lukem pidfile="/var/run/${name}.pid" 15 1.1 lukem required_files="/etc/${name}.conf" 16 1.3 lukem extra_commands="reload" 17 1.1 lukem 18 1.4 lukem load_rc_config $name 19 1.3 lukem run_rc_command "$1" 20