Re: rcS.d/S30procps.sh dies because "which" is outside of $PATH
Sven Hartge wrote:
> Sven Hartge wrote:
>> This actually is a bug in the Sid package too, caused by the fact the
>> init-script uses /usr/bin/which before /usr is mounted (if on a
>> different filesystem).
>>
>> I already submitted a bug, so hopefully this will be fixed soon.
>
> As references, this is bug 385012.
OK, this ist _not_ a bug in Sid, but a genuine backport.org bug, caused
by which _only_ being available as /usr/bin/which in Sarge, whereas it
resides in /bin (with a symlink to /usr/bin) in Sid.
Therefor the init-script of the backported procps needs to be changed to
not rely on which but to use something like
test -x /sbin/sysctl || exit 0
(just like the original init-script from Sarge uses)
I already made updated packages for i386 and amd64, if someone is
interested in them.
Grüße,
Sven.
--
Sven Hartge -- professioneller Unix-Geek
Meine Gedanken im Netz: http://www.svenhartge.de/
Achtung, neue Mail-Adresse: sven@svenhartge.de
Reply to: