1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-14 10:09:48 +00:00
freebsd/etc/rc.d/ndbootd
2002-06-21 19:07:21 +00:00

19 lines
237 B
Bash
Executable File

#!/bin/sh
#
# $NetBSD$
#
# PROVIDE: ndbootd
# REQUIRE: DAEMON
. /etc/rc.subr
name="ndbootd"
rcvar=$name
command="/usr/sbin/${name}"
pidfile="/var/run/${name}.pid"
required_files="/etc/ethers"
load_rc_config $name
run_rc_command "$1"