[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 was more appropriate but it might not mean what it says.

I do not believe so.  For a package it is ok to be removed but not
purged, and I believe its init.d script should not return an error
code when the package is in this state.

> NMU is fine.

Preparing one as we speak. :)

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

Reply via email to