NetBSD/etc/rc.d/ndbootd

19 lines
286 B
Plaintext
Raw Normal View History

2001-05-18 03:19:06 +04:00
#!/bin/sh
#
2001-05-22 18:51:37 +04:00
# $NetBSD: ndbootd,v 1.1 2001/05/22 14:51:37 fredette 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
. /etc/rc.subr
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"