[Pkg-sysvinit-devel] parallel startup does not work?

Kel Modderman kel at otaku42.de
Sun May 13 08:24:14 UTC 2012


Hi Sebastian,

> #
> # Check if we are able to use make like booting.  It require the
> # insserv package to be enabled. Boot concurrency also requires
> # startpar to be installed.
> #
> 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"
>         if test -e /etc/init.d/.legacy-bootordering ; then
>                 CONCURRENCY="none"
>         fi
>         startpar -v      > /dev/null 2>&1 || CONCURRENCY="none"
> fi

Are any of the above conditions true in your test system?

Thanks, Kel



More information about the Pkg-sysvinit-devel mailing list