[Lunar-commits] r15256 - in moonbase/trunk/kde3/kdenetwork3: . init.d
Joel Vennin
jol at lunar-linux.org
Sat Jun 4 11:11:01 UTC 2005
Author: jol
Date: 2005-06-04 11:11:00 +0000 (Sat, 04 Jun 2005)
New Revision: 15256
Added:
moonbase/trunk/kde3/kdenetwork3/init.d/
moonbase/trunk/kde3/kdenetwork3/init.d/lisa
moonbase/trunk/kde3/kdenetwork3/lisa
Modified:
moonbase/trunk/kde3/kdenetwork3/BUILD
Log:
Add the init.d script to start the lisa daemon (Thanks to Denis Veatch).
Modified: moonbase/trunk/kde3/kdenetwork3/BUILD
===================================================================
--- moonbase/trunk/kde3/kdenetwork3/BUILD 2005-06-04 09:54:37 UTC (rev 15255)
+++ moonbase/trunk/kde3/kdenetwork3/BUILD 2005-06-04 11:11:00 UTC (rev 15256)
@@ -3,6 +3,12 @@
export PATH=${QT_PREFIX:-$QTDIR}/bin:${KDE_PREFIX:-$KDEDIR}/bin:$PATH
export LD_RUN_PATH=${KDE_PREFIX:-$KDEDIR}/lib:${KDE_PREFIX:-$KDEDIR}/lib/kde3
+ # Update kde path for lisa daemon
+ cp -f $SCRIPT_DIRECTORY/lisa $SCRIPT_DIRECTORY/init.d/lisa &&
+ TMP="s:KDEDIR:${KDE_PREFIX:-$KDEDIR}:" &&
+ sedit $TMP $SCRIPT_DIRECTORY/init.d/lisa &&
+
+
./configure --prefix=${KDE_PREFIX:-$KDEDIR} \
--with-qt-dir=${QT_PREFIX:-$QTDIR} \
--disable-debug \
Added: moonbase/trunk/kde3/kdenetwork3/init.d/lisa
===================================================================
--- moonbase/trunk/kde3/kdenetwork3/init.d/lisa 2005-06-04 09:54:37 UTC (rev 15255)
+++ moonbase/trunk/kde3/kdenetwork3/init.d/lisa 2005-06-04 11:11:00 UTC (rev 15256)
@@ -0,0 +1,17 @@
+#!/bin/bash
+#
+#
+# chkconfig: 35 94 06
+#
+# 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.
+#
+# 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
Property changes on: moonbase/trunk/kde3/kdenetwork3/init.d/lisa
___________________________________________________________________
Name: svn:executable
+ *
Added: moonbase/trunk/kde3/kdenetwork3/lisa
===================================================================
--- moonbase/trunk/kde3/kdenetwork3/lisa 2005-06-04 09:54:37 UTC (rev 15255)
+++ moonbase/trunk/kde3/kdenetwork3/lisa 2005-06-04 11:11:00 UTC (rev 15256)
@@ -0,0 +1,17 @@
+#!/bin/bash
+#
+#
+# chkconfig: 35 94 06
+#
+# 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.
+#
+# processname: KDEDIR/bin/lisa
+#
+# config: /etc/lisarc
+
+#PATH=/sbin:/bin:/usr/sbin:/usr/bin:/opt/lunar/kde/3/bin
+
+. /lib/lsb/init-functions
Property changes on: moonbase/trunk/kde3/kdenetwork3/lisa
___________________________________________________________________
Name: svn:executable
+ *
More information about the Lunar-commits
mailing list