user initscripts-ng-de...@lists.alioth.debian.org usertag 546888 + incorrect-dependency tags 546888 + patch thanks
This patch would solve the issue, and also improve the situation partly commented on in #242903 where procps currently is started before kernel modules are loaded with dependency based boot sequencing. diff -ur ../procps-3.2.8/debian/control ../procps-3.2.8-pere/debian/control --- ../procps-3.2.8/debian/control 2009-09-16 12:01:07.000000000 +0200 +++ ../procps-3.2.8-pere/debian/control 2009-09-16 12:02:46.000000000 +0200 @@ -7,7 +7,7 @@ Package: procps Architecture: any -Depends: ${shlibs:Depends}, lsb-base (>= 3.0-10) +Depends: ${shlibs:Depends}, lsb-base (>= 3.0-10), initscripts Provides: watch Conflicts: watch, libproc-dev (<< 1:1.2.6-2), w-bassman (<< 1.0-3), procps-nonfree, pgrep (<< 3.3-5) Replaces: watch, bsdutils (<< 2.9x-1) diff -ur ../procps-3.2.8/debian/init ../procps-3.2.8-pere/debian/init --- ../procps-3.2.8/debian/init 2009-09-16 12:01:07.000000000 +0200 +++ ../procps-3.2.8-pere/debian/init 2009-09-16 12:07:15.000000000 +0200 @@ -5,8 +5,9 @@ ### BEGIN INIT INFO # Provides: procps -# Required-Start: mountkernfs +# Required-Start: mountkernfs $local_fs # Required-Stop: +# Should-Start: udev module-init-tools # Default-Start: S # Default-Stop: # Short-Description: Configure kernel parameters at boottime Happy hacking, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org