summaryrefslogtreecommitdiff
path: root/security/honeyd-arpd/files/honeydarpd.sh
diff options
context:
space:
mode:
Diffstat (limited to 'security/honeyd-arpd/files/honeydarpd.sh')
-rwxr-xr-xsecurity/honeyd-arpd/files/honeydarpd.sh18
1 files changed, 18 insertions, 0 deletions
diff --git a/security/honeyd-arpd/files/honeydarpd.sh b/security/honeyd-arpd/files/honeydarpd.sh
new file mode 100755
index 00000000000..782ce18190c
--- /dev/null
+++ b/security/honeyd-arpd/files/honeydarpd.sh
@@ -0,0 +1,18 @@
+#!@RCD_SCRIPTS_SHELL@
+#
+# $NetBSD: honeydarpd.sh,v 1.1.1.1 2004/04/20 09:15:52 xtraeme Exp $
+#
+
+# PROVIDE: honeydarpd
+# REQUIRE: DAEMON
+# BEFORE: honeyd
+
+. /etc/rc.subr
+
+name="honeydarpd"
+rcvar=$name
+command="@PREFIX@/sbin/honeyd-arpd"
+pidfile="/var/run/honeyd-arpd.pid"
+
+load_rc_config $name
+run_rc_command "$1"