![]() ![]() | ![]() |
File: [cvs.NetBSD.org] / src / etc / rc.d / rbootd (download)
Revision 1.4.4.1, Mon Oct 2 01:09:25 2000 UTC (19 years, 2 months ago) by lukem
pull up rev 1.5 (approved by thorpej): - always use $rcvar to determine the name of the var to checkyesno - fix force* |
#!/bin/sh # # $NetBSD: rbootd,v 1.4.4.1 2000/10/02 01:09:25 lukem Exp $ # # PROVIDE: rbootd # REQUIRE: DAEMON . /etc/rc.subr name="rbootd" rcvar=$name command="/usr/sbin/${name}" pidfile="/var/run/${name}.pid" required_files="/etc/${name}.conf" extra_commands="reload" load_rc_config $name run_rc_command "$1"