Module submission - kdebase3
dveatch@woh.rr.com
dveatch at woh.rr.com
Fri Jun 3 22:19:31 UTC 2005
module name : kdebase3
suggested section : kde3
update (y/n) : n
bugfix (y/n) : n
security (y/n) : n
This is a suggested patch that adds lisa as a daemon.
LIsa (LAN Information Server) is used by KDE. Particularly, after
setting it up in Control Center > Internet & Network >
Local Network Browsing > LISa Daemon > Setup Wizard. You can use the
kio-slaves, ie lan, fish and smb in konquerors Navagation Panel >
LAN Browser.
I choose "94" as the start and stop levels. It will start before kdm.
It was a best guess so they may not be "appropriate".
It works pretty well for me. If others would like to test this on
a larger network than my paltry two workstation plus fileserver
setup feel free.
Since kdebase3 already fiddles with /etc/init.d this module seemed
the best candidate instead of fiddling with kdenetwork3.
dveatch
-------------- next part --------------
--- kdebase3/init.d/lisa 1969-12-31 19:00:00.000000000 -0500
+++ kdebase3/init.d/lisa 2005-06-03 15:49:23.000000000 -0400
@@ -0,0 +1,19 @@
+#!/bin/bash
+#
+#
+# chkconfig: 35 94 94
+#
+# description: LISa is a small daemon which is intended to run on end user
+# systems. It provides something like a "network neighbourhood",
+# but only relying on the TCP/IP protocol stack, no smb or
+# whatever.
+#
+# $Id: kdenetwork-lisa.init,v 1.2 2003/10/31 17:01:02 adgor Exp $
+#
+# processname: /opt/lunar/kde/3/bin/lisa
+#
+# config: /etc/lisarc
+
+PATH=/sbin:/bin:/usr/sbin:/usr/bin:/opt/lunar/kde/3/bin
+
+. /lib/lsb/init-functions
More information about the Lunar
mailing list