[Pkg-sysvinit-commits] r1904 - in sysvinit/trunk/debian: . src/sysv-rc/etc/init.d

Petter Reinholdtsen pere at alioth.debian.org
Sun May 16 17:39:53 UTC 2010


Author: pere
Date: 2010-05-16 17:39:53 +0000 (Sun, 16 May 2010)
New Revision: 1904

Modified:
   sysvinit/trunk/debian/changelog
   sysvinit/trunk/debian/src/sysv-rc/etc/init.d/rc
Log:
Update comment in init.d/rc explaining the CONCURRENCY value to
reflect that 'startpar' is no longer a useful value and that
dependency based boot sequencing with parallel boot is the
default.

Modified: sysvinit/trunk/debian/changelog
===================================================================
--- sysvinit/trunk/debian/changelog	2010-05-15 18:33:48 UTC (rev 1903)
+++ sysvinit/trunk/debian/changelog	2010-05-16 17:39:53 UTC (rev 1904)
@@ -1,3 +1,13 @@
+sysvinit (2.88dsf-6) UNRELEASED; urgency=low
+
+  [ Petter Reinholdtsen ]
+  * Update comment in init.d/rc explaining the CONCURRENCY value to
+    reflect that 'startpar' is no longer a useful value and that
+    dependency based boot sequencing with parallel boot is the
+    default.
+
+ -- Petter Reinholdtsen <pere at debian.org>  Sun, 16 May 2010 19:38:20 +0200
+
 sysvinit (2.88dsf-5) unstable; urgency=low
 
   [ Petter Reinholdtsen ]

Modified: sysvinit/trunk/debian/src/sysv-rc/etc/init.d/rc
===================================================================
--- sysvinit/trunk/debian/src/sysv-rc/etc/init.d/rc	2010-05-15 18:33:48 UTC (rev 1903)
+++ sysvinit/trunk/debian/src/sysv-rc/etc/init.d/rc	2010-05-16 17:39:53 UTC (rev 1904)
@@ -21,15 +21,13 @@
 # debug=echo
 
 # Specify method used to enable concurrent init.d scripts.
-# Valid options are 'none', 'startpar' and 'makefile'. To enable
-# the concurrent boot option, the init.d script order must allow for
-# concurrency.  This is not the case with the default boot sequence in
-# Debian as of 2008-01-20.  Before enabling concurrency, one need to
-# check the sequence values of all boot scripts, and make sure only
-# scripts that can be started in parallel have the same sequence
-# number, and that a scripts dependencies have a earlier sequence
-# number. See the insserv package for a away to reorder the boot
-# automatically to allow this.
+# Valid options are 'none' and 'makefile'.  Obsolete options
+# used earlier are 'shell' and 'startpar'.  The obsolete options
+# are aliases for 'makefile' since 2010-05-14.  The default since
+# the same date is 'makefile', as the init.d scripts in Debian now
+# include dependency information and are ordered using this
+# information.  See insserv for information on dependency based
+# boot sequencing.
 CONCURRENCY=makefile
 
 # Make sure the name survive changing the argument list




More information about the Pkg-sysvinit-commits mailing list