NetBSD/etc/rc.d/isibootd

19 lines
305 B
Bash
Executable File

#!/bin/sh
#
# $NetBSD: isibootd,v 1.1 2011/12/17 13:37:49 tsutsui Exp $
#
# PROVIDE: isibootd
# REQUIRE: DAEMON
$_rc_subr_loaded . /etc/rc.subr
name="isibootd"
rcvar=$name
command="/usr/sbin/${name}"
pidfile="/var/run/${name}.pid"
required_files="/etc/ethers"
load_rc_config $name
run_rc_command "$1"