2001-05-18 03:19:06 +04:00
|
|
|
#!/bin/sh
|
|
|
|
#
|
2004-08-13 22:08:03 +04:00
|
|
|
# $NetBSD: ndbootd,v 1.2 2004/08/13 18:08:03 mycroft Exp $
|
2001-05-18 03:19:06 +04:00
|
|
|
#
|
|
|
|
|
2001-05-22 18:51:37 +04:00
|
|
|
# PROVIDE: ndbootd
|
2001-05-18 03:19:06 +04:00
|
|
|
# REQUIRE: DAEMON
|
|
|
|
|
2004-08-13 22:08:03 +04:00
|
|
|
$_rc_subr_loaded . /etc/rc.subr
|
2001-05-18 03:19:06 +04:00
|
|
|
|
2001-05-22 18:51:37 +04:00
|
|
|
name="ndbootd"
|
2001-05-18 03:19:06 +04:00
|
|
|
rcvar=$name
|
|
|
|
command="/usr/sbin/${name}"
|
|
|
|
pidfile="/var/run/${name}.pid"
|
|
|
|
required_files="/etc/ethers"
|
|
|
|
|
|
|
|
load_rc_config $name
|
|
|
|
run_rc_command "$1"
|