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 _______________________________________________ Pkg-sysvinit-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-sysvinit-devel

