From: Heiko Z. <smi...@us...> - 2011-12-18 17:46:37
|
Update of /cvsroot/devil-linux/build/config/etc/init.d In directory vz-cvs-3.sog:/tmp/cvs-serv25937/config/etc/init.d Modified Files: checkfs setclock Log Message: - time(zone) is not set before the file systems are mounted - upgrade-config did not execute insserv to correct the init script order Index: setclock =================================================================== RCS file: /cvsroot/devil-linux/build/config/etc/init.d/setclock,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- setclock 5 Mar 2004 01:55:21 -0000 1.5 +++ setclock 18 Dec 2011 17:46:35 -0000 1.6 @@ -13,7 +13,7 @@ ### BEGIN INIT INFO # Provides: setclock -# Required-Start: localnet +# Required-Start: boot boot.local # Required-Stop: # Default-Start: B # Default-Stop: Index: checkfs =================================================================== RCS file: /cvsroot/devil-linux/build/config/etc/init.d/checkfs,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- checkfs 1 Nov 2005 15:13:45 -0000 1.7 +++ checkfs 18 Dec 2011 17:46:34 -0000 1.8 @@ -3,7 +3,7 @@ ### BEGIN INIT INFO # Provides: checkfs -# Required-Start: boot boot.local +# Required-Start: boot boot.local setclock # Required-Stop: # Default-Start: B # Default-Stop: |