Package: sysv-rc Version: 2.86.ds1-14.1 Severity: normal Tags: patch Hello
When using CONCURRENCY=startpar, /etc/init.d/rc starts and stops every initscript twice. The attached patch corrects this problem. What do you think about moving the CONCURRENCY= line to /etc/default/rcS or another conffile? /etc/init.d/rc will be overwritten on package upgrade. Sören -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (990, 'testing'), (500, 'unstable') Architecture: amd64 (x86_64) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.17.4 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) -- no debconf information
--- /etc/init.d/rc.org 2006-05-06 21:14:00.000000000 +0200 +++ /etc/init.d/rc 2006-06-02 11:54:57.000000000 +0200 @@ -124,7 +124,6 @@ # startpar is not working as it should yet [pere 2005-09-10] [ -n "$scripts" ] && $debug startpar -a $action $scripts - $debug startpar -a $action $scripts } ;; esac

