summaryrefslogtreecommitdiff
path: root/net/lanbrowsing/files/lisa.sh
diff options
context:
space:
mode:
Diffstat (limited to 'net/lanbrowsing/files/lisa.sh')
-rw-r--r--net/lanbrowsing/files/lisa.sh23
1 files changed, 23 insertions, 0 deletions
diff --git a/net/lanbrowsing/files/lisa.sh b/net/lanbrowsing/files/lisa.sh
new file mode 100644
index 000000000000..4f609cc04bdb
--- /dev/null
+++ b/net/lanbrowsing/files/lisa.sh
@@ -0,0 +1,23 @@
+#!/bin/sh
+#
+# $FreeBSD$
+#
+
+# PROVIDE: lisa
+# REQUIRE: LOGIN
+# KEYWORD: FreeBSD
+
+lisa_enable="NO"
+lisa_conffile="%%PREFIX%%/etc/lisarc"
+
+. %%RC_SUBR%%
+
+name="lisa"
+rcvar=`set_rcvar`
+command="%%PREFIX%%/bin/lisa"
+command_args="-q -c ${lisa_conffile}"
+required_files="${lisa_conffile}"
+
+load_rc_config $name
+
+run_rc_command "$1"