From: Heiko Z. <smi...@us...> - 2004-09-20 12:59:54
|
Update of /cvsroot/devil-linux/build/scripts/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27923/scripts/scripts Modified Files: dnsmasq ez-ipupdate gpm noip_updater Log Message: some init script where missing the Default-Start/Stop information (Heiko Zuerker + Zsiros Zolt) Index: gpm =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/scripts/gpm,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- gpm 8 Mar 2004 18:50:34 -0000 1.1 +++ gpm 20 Sep 2004 12:59:43 -0000 1.2 @@ -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.2 diff -u -d -r1.1 -r1.2 --- dnsmasq 22 Apr 2004 15:11:03 -0000 1.1 +++ dnsmasq 20 Sep 2004 12:59:43 -0000 1.2 @@ -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.2 diff -u -d -r1.1 -r1.2 --- noip_updater 30 Dec 2003 20:40:15 -0000 1.1 +++ noip_updater 20 Sep 2004 12:59:43 -0000 1.2 @@ -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: ez-ipupdate =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/scripts/ez-ipupdate,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- ez-ipupdate 16 Jun 2004 02:29:20 -0000 1.2 +++ ez-ipupdate 20 Sep 2004 12:59:43 -0000 1.3 @@ -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 |