Julian Gilbey <[EMAIL PROTECTED]> wrote:

> Yes, when I started this thread, I hadn't thought of this case.  But
> I've now become convinced of the need to have a distinction between
> maintainer statoverrides, for cases like this, and local
> statoverrides, which take precedence.

Not necessarily, this is what I did in telnetd:

if [ -z "$(dpkg-statoverride --list /usr/lib/telnetlogin)" ]; then
        chown root.telnetd /usr/lib/telnetlogin
        chmod 4754 /usr/lib/telnetlogin
fi
-- 
Debian GNU/Linux 2.2 is out! ( http://www.debian.org/ )
Email:  Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

Reply via email to