Package: chkrootkit
Version: 0.48-8
Severity: minor
Tags: patch

There's a typo in one check for ${QUIET} that causes the message
"The following suspicious files and directories were found:  "
to always be printed, even when nothing is found.


--- chkrootkit.orig     2009-07-24 09:11:23.000000000 -0600
+++ /usr/sbin/chkrootkit        2009-07-24 09:11:26.000000000 -0600
@@ -734,7 +734,7 @@
       then
       if [ "${QUIET}" != "t" ]; then echo "nothing found"; fi
    else
-      if [ "${QUIET}" = "t" ]; then
+      if [ "${QUIET}" != "t" ]; then
           printn "The following suspicious files and directories were found:"
       fi
       echo

The upstream package (version 0.48 from chkrootkit.org) does not appear
to have this issue.


-- System Information:
Debian Release: 5.0.2
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-2-686-bigmem (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to