summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/ndbootd
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-06-21 19:07:21 +0000
committerobrien <obrien@FreeBSD.org>2002-06-21 19:07:21 +0000
commitee31175803e680649c9d3770f90b1c19c36f4740 (patch)
tree0abdf5caede15a93aca9bc305fe5c4e301ea8649 /etc/rc.d/ndbootd
parentb025a2f79b172cdfb37414c3f020d428f23f75cb (diff)
downloadFreeBSD-src-ee31175803e680649c9d3770f90b1c19c36f4740.zip
FreeBSD-src-ee31175803e680649c9d3770f90b1c19c36f4740.tar.gz
Sync with NetBSD's mainline.
Diffstat (limited to 'etc/rc.d/ndbootd')
-rwxr-xr-xetc/rc.d/ndbootd18
1 files changed, 18 insertions, 0 deletions
diff --git a/etc/rc.d/ndbootd b/etc/rc.d/ndbootd
new file mode 100755
index 0000000..e24f8fc
--- /dev/null
+++ b/etc/rc.d/ndbootd
@@ -0,0 +1,18 @@
+#!/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"
OpenPOWER on IntegriCloud