Package: chkrootkit
Version: 0.44-2
Severity: minor
Tags: patch

Suspicious files and dirs are printed on one line, instead of one line 
per file. This makes filtering on output more difficult one file per 
line would also give a better overview. A (real simple) fix is attached.

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.8
Locale: LANG=C, [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages chkrootkit depends on:
ii  binutils                    2.15-6       The GNU assembler, linker and bina
ii  debconf                     1.4.30.13    Debian configuration management sy
ii  libc6                       2.3.2.ds1-22 GNU C Library: Shared libraries an
ii  net-tools                   1.60-10      The NET-3 networking toolkit

-- debconf information excluded
--- chkrootkit  2005-07-02 10:12:03.648230504 +0200
+++ /tmp/chkrootkit     2005-07-02 10:20:45.926791350 +0200
@@ -674,8 +674,8 @@
       if [ "${QUIET}" != "t" ]; then echo "nothing found"; fi
    else
       echo
-      echo "${files}"
-      echo "${dirs}"
+      echo ${files}
+      echo ${dirs}
    fi
 
    ### LPD Worm

Reply via email to