#!/bin/sh # # $DragonFly: src/etc/rc.d/Attic/ndbootd,v 1.1 2003/07/24 06:35:37 dillon Exp $ # # 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"