summaryrefslogtreecommitdiff
path: root/security/racoon/files/racoon.sh
diff options
context:
space:
mode:
Diffstat (limited to 'security/racoon/files/racoon.sh')
-rw-r--r--security/racoon/files/racoon.sh19
1 files changed, 19 insertions, 0 deletions
diff --git a/security/racoon/files/racoon.sh b/security/racoon/files/racoon.sh
new file mode 100644
index 00000000000..6050e3a0f89
--- /dev/null
+++ b/security/racoon/files/racoon.sh
@@ -0,0 +1,19 @@
+#!/bin/sh
+#
+# $NetBSD: racoon.sh,v 1.1 2003/03/22 11:00:17 jmmv Exp $
+#
+
+# PROVIDE: racoon
+# REQUIRE: DAEMON LOGIN network
+# KEYWORD: shutdown
+
+. /etc/rc.subr
+
+name="racoon"
+rcvar=$name
+command="@PREFIX@/sbin/${name}"
+required_files="@PKG_SYSCONFDIR@/racoon.conf"
+pidfile="/var/run/racoon.pid"
+
+load_rc_config $name
+run_rc_command "$1"