aboutsummaryrefslogtreecommitdiffstats
path: root/net/miredo/files/isatapd.in
diff options
context:
space:
mode:
Diffstat (limited to 'net/miredo/files/isatapd.in')
-rw-r--r--net/miredo/files/isatapd.in26
1 files changed, 26 insertions, 0 deletions
diff --git a/net/miredo/files/isatapd.in b/net/miredo/files/isatapd.in
new file mode 100644
index 000000000000..17f0f5a8b8a6
--- /dev/null
+++ b/net/miredo/files/isatapd.in
@@ -0,0 +1,26 @@
+#!/bin/sh
+#
+# $FreeBSD$
+#
+
+# PROVIDE: isatapd
+# REQUIRE: NETWORKING
+# KEYWORD: FreeBSD shutdown
+
+#
+# Add the following lines to /etc/rc.conf to enable isatapd:
+#
+#isatapd_enable="YES"
+#
+isatapd_enable="${isatapd_enable-NO}"
+
+. /etc/rc.subr
+
+name=isatapd
+rcvar=`set_rcvar`
+
+command=%%PREFIX%%/sbin/${name}
+required_files=%%PREFIX%%/etc/isatapd.conf
+
+load_rc_config ${name}
+run_rc_command "$1"