[Pkg-sysvinit-commits] r1571 - sysvinit/trunk/debian/sysv-rc/sbin
Petter Reinholdtsen
pere at alioth.debian.org
Thu Jul 30 12:06:09 UTC 2009
Author: pere
Date: 2009-07-30 12:06:09 +0000 (Thu, 30 Jul 2009)
New Revision: 1571
Modified:
sysvinit/trunk/debian/sysv-rc/sbin/update-rc.d
Log:
Document when the flag file should be dropped.
Modified: sysvinit/trunk/debian/sysv-rc/sbin/update-rc.d
===================================================================
--- sysvinit/trunk/debian/sysv-rc/sbin/update-rc.d 2009-07-30 10:57:21 UTC (rev 1570)
+++ sysvinit/trunk/debian/sysv-rc/sbin/update-rc.d 2009-07-30 12:06:09 UTC (rev 1571)
@@ -27,7 +27,10 @@
exit (1);
}
-# Dependency based boot sequencing is active
+# Dependency based boot sequencing is active. The flag file should
+# probably be considered obsolete and dropped in Squeeze+1 or +2, and
+# the default behaviour be changed to assume the flag exist on all
+# systems.
if ( -f "/var/lib/insserv/using-insserv" ) {
info("using dependency based boot sequencing");
exit insserv_updatercd(@ARGV);
More information about the Pkg-sysvinit-commits
mailing list