NetBSD/etc/rc.d/ndbootd

19 lines
302 B
Plaintext
Raw Normal View History

2001-05-18 03:19:06 +04:00
#!/bin/sh
#
# $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
$_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"