summaryrefslogtreecommitdiff
path: root/net/kdenetwork4/files/lisa.sh
diff options
context:
space:
mode:
Diffstat (limited to 'net/kdenetwork4/files/lisa.sh')
-rw-r--r--net/kdenetwork4/files/lisa.sh23
1 files changed, 0 insertions, 23 deletions
diff --git a/net/kdenetwork4/files/lisa.sh b/net/kdenetwork4/files/lisa.sh
deleted file mode 100644
index 4f609cc04bdb..000000000000
--- a/net/kdenetwork4/files/lisa.sh
+++ /dev/null
@@ -1,23 +0,0 @@
-#!/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"