diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2004-09-03 17:00:29 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2004-09-03 17:00:29 +0000 |
commit | 800460fc76154e739ac7008ed874e8b3bd43b060 (patch) | |
tree | 752801a5d9f8ee467393db77fb4f2c57da16d7b2 /net/kdenetwork4/files/lisa.sh | |
parent | Add dependency on aspell. (diff) |
Factor out the lanbrowsing part of kdenetwork3 into its own port.
Diffstat (limited to 'net/kdenetwork4/files/lisa.sh')
-rw-r--r-- | net/kdenetwork4/files/lisa.sh | 23 |
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" |