Bug#548802: procps: init script missing dependency on $remote_fs

2009-10-01 Thread Petter Reinholdtsen
This is the patch I used in the NMU I just uploaded. diff -ur procps-3.2.8/debian/changelog procps-3.2.8-pere/debian/changelog --- procps-3.2.8/debian/changelog 2009-09-30 22:41:18.0 +0200 +++ procps-3.2.8-pere/debian/changelog 2009-10-01 11:33:10.0 +0200 @@ -1,3 +1,11 @@ +p

Bug#548802: procps: init script missing dependency on $remote_fs

2009-10-01 Thread Petter Reinholdtsen
[Craig Small] > Just two questions: > > -which sysctl > /dev/null || exit 0 > > +if [ -x /sbin/sysctl ]; then exit 0; fi > Shouldn't that be ! -x ? If you cannot execute /sbin/sysctl then exit? Yes. My mistake. > Also should it be exit 0 or exit 5? 5 is program not installed which I > thought

Bug#548802: procps: init script missing dependency on $remote_fs

2009-09-30 Thread Craig Small
On Wed, Sep 30, 2009 at 10:55:31PM +0200, Petter Reinholdtsen wrote: > Right. I thought it was to detect if the procps package was installed > or not, and thus if the init.d script should be active or not. If > that is the case, this patch would solve it. I've just reviewed the original bug repor

Bug#548802: procps: init script missing dependency on $remote_fs

2009-09-30 Thread Petter Reinholdtsen
[Craig Small] > I believe the which is there because the location of the file varies > between linux and freebsd. Right. I thought it was to detect if the procps package was installed or not, and thus if the init.d script should be active or not. If that is the case, this patch would solve it.

Bug#548802: procps: init script missing dependency on $remote_fs

2009-09-29 Thread Craig Small
On Tue, Sep 29, 2009 at 11:24:18AM +0200, Petter Reinholdtsen wrote: > 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 s

Bug#548802: procps: init script missing dependency on $remote_fs

2009-09-29 Thread Petter Reinholdtsen
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 pro

Bug#548802: procps: init script missing dependency on $remote_fs

2009-09-28 Thread Raphael Geissert
Package: procps Version: 1:3.2.8-1 Severity: important User: initscripts-ng-de...@lists.alioth.debian.org Usertags: missing-dependency Hi, The init script uses 'which' which is in the /usr partition, therefore needing a dependency on $remote_fs. Cheers, -- Raphael Geissert - Debian Developer w