tags 548802 + patch thanks [Raphael Geissert] > The init script uses 'which' which is in the /usr partition, > therefore needing a dependency on $remote_fs.
Good catch. I did not notice this when I prepared my NMU patch. I'll prepare a new NMU unless the maintainer ask me not to. Here is a proposed patch to fix it. An alternative would be to not use which in the init.d script. diff -ru ../procps-3.2.8/debian/init ../procps-3.2.8-pere/debian/init --- ../procps-3.2.8/debian/init 2009-09-29 11:21:28.000000000 +0200 +++ ../procps-3.2.8-pere/debian/init 2009-09-29 11:22:00.000000000 +0200 @@ -5,7 +5,7 @@ ### BEGIN INIT INFO # Provides: procps -# Required-Start: mountkernfs $local_fs +# Required-Start: mountkernfs $remote_fs # Required-Stop: # Should-Start: udev module-init-tools # Default-Start: S Happy hacking, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org