aboutsummaryrefslogtreecommitdiff
path: root/net/lanbrowsing/files/lisa.in
diff options
context:
space:
mode:
Diffstat (limited to 'net/lanbrowsing/files/lisa.in')
-rw-r--r--net/lanbrowsing/files/lisa.in29
1 files changed, 0 insertions, 29 deletions
diff --git a/net/lanbrowsing/files/lisa.in b/net/lanbrowsing/files/lisa.in
deleted file mode 100644
index b0a39dccc01d..000000000000
--- a/net/lanbrowsing/files/lisa.in
+++ /dev/null
@@ -1,29 +0,0 @@
-#!/bin/sh
-#
-# $FreeBSD$
-#
-
-# PROVIDE: lisa
-# REQUIRE: LOGIN
-
-# Add the following lines to /etc/rc.conf to enable lisa:
-#
-# lisa_enable="YES"
-#
-
-. /etc/rc.subr
-
-name="lisa"
-rcvar=lisa_enable
-
-command="%%PREFIX%%/bin/lisa"
-
-load_rc_config $name
-
-: ${lisa_enable="NO"}
-: ${lisa_conffile="%%PREFIX%%/etc/lisarc"}
-
-command_args="-q -c ${lisa_conffile}"
-required_files="${lisa_conffile}"
-
-run_rc_command "$1"