aboutsummaryrefslogtreecommitdiff
path: root/net/sixxs-aiccu/files/sixxs-aiccu.in
diff options
context:
space:
mode:
Diffstat (limited to 'net/sixxs-aiccu/files/sixxs-aiccu.in')
-rw-r--r--net/sixxs-aiccu/files/sixxs-aiccu.in30
1 files changed, 30 insertions, 0 deletions
diff --git a/net/sixxs-aiccu/files/sixxs-aiccu.in b/net/sixxs-aiccu/files/sixxs-aiccu.in
new file mode 100644
index 000000000000..b4eb89dc4a26
--- /dev/null
+++ b/net/sixxs-aiccu/files/sixxs-aiccu.in
@@ -0,0 +1,30 @@
+#!/bin/sh
+#
+# $FreeBSD$
+#
+
+# PROVIDE: sixxs-aiccu
+# REQUIRE: NETWORKING
+
+#
+# Add the following lines to /etc/rc.conf to enable sixxs-aiccu:
+#
+#sixxs_aiccu_enable="YES"
+#
+
+. %%RC_SUBR%%
+
+name=sixxs_aiccu
+rcvar=`set_rcvar`
+
+command="%%PREFIX%%/sbin/sixxs-aiccu"
+command_args=%%PREFIX%%/etc/aiccu.conf
+start_cmd="%%PREFIX%%/sbin/sixxs-aiccu start $command_args"
+stop_cmd="%%PREFIX%%/sbin/sixxs-aiccu stop $command_args"
+required_files=%%PREFIX%%/etc/aiccu.conf
+
+# set default
+sixxs_aiccu_enable=${sixxs_aiccu_enable:-"NO"}
+
+load_rc_config ${name}
+run_rc_command "$1"