[Pkg-sysvinit-commits] r807 - sysvinit/trunk/debian/sysv-rc/etc/init.d

Petter Reinholdtsen pere at costa.debian.org
Sun Jul 23 22:37:31 UTC 2006


Author: pere
Date: 2006-07-23 22:37:30 +0000 (Sun, 23 Jul 2006)
New Revision: 807

Modified:
   sysvinit/trunk/debian/sysv-rc/etc/init.d/rc
Log:
Explain why startpar have problems.

Modified: sysvinit/trunk/debian/sysv-rc/etc/init.d/rc
===================================================================
--- sysvinit/trunk/debian/sysv-rc/etc/init.d/rc	2006-07-23 22:37:04 UTC (rev 806)
+++ sysvinit/trunk/debian/sysv-rc/etc/init.d/rc	2006-07-23 22:37:30 UTC (rev 807)
@@ -183,7 +183,10 @@
 			scripts="$newscripts"
 		fi
 
-		# startpar is not working as it should yet [pere 2005-09-10]
+		# startpar is not able to handle time jumps.  So the
+		# hwclock.sh scripts should not be executed from
+		# within startpar.  The .sh hack above make this
+		# problem irrelevant. [pere 2005-09-10]
 		[ -n "$scripts" ] && startup_progress $debug startpar -a $action $scripts
 	}
 	;;




More information about the Pkg-sysvinit-commits mailing list