summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/named
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.d/named')
-rwxr-xr-xetc/rc.d/named19
1 files changed, 19 insertions, 0 deletions
diff --git a/etc/rc.d/named b/etc/rc.d/named
new file mode 100755
index 0000000..b311822
--- /dev/null
+++ b/etc/rc.d/named
@@ -0,0 +1,19 @@
+#!/bin/sh
+#
+# $NetBSD: named,v 1.5 2000/05/13 08:45:07 lukem Exp $
+#
+
+# PROVIDE: named
+# REQUIRE: SERVERS
+
+. /etc/rc.subr
+
+name="named"
+rcvar=$name
+command="/usr/sbin/${name}"
+pidfile="/var/run/${name}.pid"
+
+extra_commands="reload"
+
+load_rc_config $name
+run_rc_command "$1"
OpenPOWER on IntegriCloud