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

Kel Modderman kelmo-guest at alioth.debian.org
Tue Sep 1 16:03:47 UTC 2009


Author: kelmo-guest
Date: 2009-09-01 16:03:47 +0000 (Tue, 01 Sep 2009)
New Revision: 1692

Modified:
   sysvinit/trunk/debian/changelog
   sysvinit/trunk/debian/sysv-rc/etc/init.d/rc
Log:
Fix last commit and close bug.

Modified: sysvinit/trunk/debian/changelog
===================================================================
--- sysvinit/trunk/debian/changelog	2009-09-01 16:02:32 UTC (rev 1691)
+++ sysvinit/trunk/debian/changelog	2009-09-01 16:03:47 UTC (rev 1692)
@@ -62,7 +62,7 @@
     kernel currently supported in Debian. (Closes: #544555)
   * Make sure sysv-rc/etc/init.d/rc checks insserv has reordered boot
     system by checking for /etc/init.d/.depend.* when CONCURRENCY=shell
-    too.
+    too. (Closes: #544565)
 
   [ Petter Reinholdtsen ]
   * Adjust init.d/bootlogd dependencies to start before hostname,
@@ -99,7 +99,7 @@
     though removing initscripts will leave the system unbootable.
     Update lintian overrides to reflect this.
 
- -- Kel Modderman <kel at otaku42.de>  Wed, 02 Sep 2009 02:02:10 +1000
+ -- Kel Modderman <kel at otaku42.de>  Wed, 02 Sep 2009 02:03:12 +1000
 
 sysvinit (2.87dsf-2) unstable; urgency=low
 

Modified: sysvinit/trunk/debian/sysv-rc/etc/init.d/rc
===================================================================
--- sysvinit/trunk/debian/sysv-rc/etc/init.d/rc	2009-09-01 16:02:32 UTC (rev 1691)
+++ sysvinit/trunk/debian/sysv-rc/etc/init.d/rc	2009-09-01 16:03:47 UTC (rev 1692)
@@ -102,7 +102,7 @@
 # insserv package to be enabled. Make-like concurrency requires
 # startpar to be installed.
 #
-if [ "$CONCURRENCY" ] ; then
+if [ "none" != "$CONCURRENCY" ] ; then
 	test -s /etc/init.d/.depend.boot  || CONCURRENCY="none"
 	test -s /etc/init.d/.depend.start || CONCURRENCY="none"
 	test -s /etc/init.d/.depend.stop  || CONCURRENCY="none"




More information about the Pkg-sysvinit-commits mailing list