[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#89473: PROPOSAL] dpkg-statoverride and Conflicts: suidmanager (<< 0.50)



Julian Gilbey <J.D.Gilbey@qmw.ac.uk> 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~} <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt



Reply to: