On Mon, Sep 28, 2009 at 10:36:03AM +0200, Giuseppe Iuculano wrote: > Frank B. Brokken ha scritto: > > it finds the false positive. It isn't reported (which is OK) but the banner > > > > The following suspicious files and directories were found: > > > > I can't reproduced that. The code is: > > if [ "${QUIET}" != "t" ]; then > printn "The following suspicious files and directories were found:" > fi > > > So that banner is printed only without the -q option
FWIW in the lenny version it is if [ "${QUIET}" = "t" ]; then printn "The following suspicious files and directories were found:" fi I suspect this bug is in that version (I'm currently affected too on a lenny system) thanks, filippo -- Filippo Giunchedi - http://esaurito.net - 0x6B79D401 Everyone is entitled to his own opinion, but not his own facts. -- Daniel Patrick Moynihan -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org