[Pkg-sysvinit-devel] Bug#544565: Bug#544565: Bug#544565: Wrong checks with CONCURRENCY=startpar or =shell
Kel Modderman
kel at otaku42.de
Tue Sep 1 16:29:43 UTC 2009
tags 544565 pending
thanks
This is what has been committed.
Index: debian/sysv-rc/etc/init.d/rc
===================================================================
--- debian/sysv-rc/etc/init.d/rc (revision 1690)
+++ debian/sysv-rc/etc/init.d/rc (revision 1693)
@@ -99,9 +99,10 @@
#
# Check if we are able to use make like booting. It require the
-# insserv package to be enabled.
+# insserv package to be enabled. Boot concurrency also requires
+# startpar to be installed.
#
-if [ startpar = "$CONCURRENCY" ] || [ makefile = "$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"
---
Thanks, Kel.
More information about the Pkg-sysvinit-devel
mailing list