Update of /cvsroot/devil-linux/build/scripts/scripts
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3503/scripts/scripts
Modified Files:
Tag: rel-1-2-patches
dnsmasq ez-ipupdate gpm lcd4linux noip_updater
Log Message:
- some init script where missing the Default-Start/Stop information (Heiko
Zuerker + Zsiros Zolt)
- lcd4linux init script was missing (Heiko Zuerker + Zsiros Zolt)
Index: gpm
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/scripts/gpm,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -d -r1.1 -r1.1.2.1
--- gpm 8 Mar 2004 18:50:34 -0000 1.1
+++ gpm 20 Sep 2004 18:33:11 -0000 1.1.2.1
@@ -11,8 +11,8 @@
# Provides: gpm
# Required-Start: $network $syslog
# Required-Stop: $network $syslog
-# Default-Start:
-# Default-Stop:
+# Default-Start: 3 5
+# Default-Stop: 0 1 6
# Description: starts something
### END INIT INFO
Index: dnsmasq
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/scripts/dnsmasq,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -d -r1.1 -r1.1.2.1
--- dnsmasq 22 Apr 2004 15:11:03 -0000 1.1
+++ dnsmasq 20 Sep 2004 18:33:11 -0000 1.1.2.1
@@ -11,8 +11,8 @@
# Provides: dnsmasq
# Required-Start: $network $syslog
# Required-Stop: $network $syslog
-# Default-Start:
-# Default-Stop:
+# Default-Start: 3 5
+# Default-Stop: 0 1 6
# Description: starts dnsmasq
### END INIT INFO
Index: noip_updater
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/scripts/noip_updater,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -d -r1.1 -r1.1.2.1
--- noip_updater 30 Dec 2003 20:40:15 -0000 1.1
+++ noip_updater 20 Sep 2004 18:33:11 -0000 1.1.2.1
@@ -11,8 +11,8 @@
# Provides: noip_updater
# Required-Start: $network $syslog
# Required-Stop: $network $syslog
-# Default-Start:
-# Default-Stop:
+# Default-Start: 3 5
+# Default-Stop: 0 1 6
# Description: starts noip_updater
### END INIT INFO
Index: lcd4linux
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/scripts/lcd4linux,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -d -r1.1 -r1.1.2.1
--- lcd4linux 26 Apr 2004 23:22:04 -0000 1.1
+++ lcd4linux 20 Sep 2004 18:33:11 -0000 1.1.2.1
@@ -4,8 +4,8 @@
# Provides: lcd4linux
# Required-Start: $network $syslog
# Required-Stop: $network $syslog
-# Default-Start:
-# Default-Stop:
+# Default-Start: 3 5
+# Default-Stop: 0 1 6
# Description: starts LCD4Linux
### END INIT INFO
@@ -46,6 +46,11 @@
case "$1" in
start)
+ if [ "`grep "^Port /dev/parport" $CONFIGFILE`" -a ! "`lsmod | grep ^ppdev`" ]; then
+ echo -n "Loadding kernel module ppdev: "
+ modprobe ppdev >/dev/null
+ evaluate_retval
+ fi
echo -n "Starting $NAME: "
loadproc $DAEMON $PARAMETER
;;
Index: ez-ipupdate
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/scripts/ez-ipupdate,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -d -r1.1.2.1 -r1.1.2.2
--- ez-ipupdate 16 Jun 2004 02:29:42 -0000 1.1.2.1
+++ ez-ipupdate 20 Sep 2004 18:33:11 -0000 1.1.2.2
@@ -4,8 +4,8 @@
# Provides: ez-ipupdate
# Required-Start: $network $syslog $named
# Required-Stop: $network $syslog
-# Default-Start:
-# Default-Stop:
+# Default-Start: 3 5
+# Default-Stop: 0 1 6
# Description: starts ez-ipupdate
### END INIT INFO
|