diff -Nur chkrootkit-0.48-orig/chkrootkit chkrootkit-0.48/chkrootkit --- chkrootkit-0.48-orig/chkrootkit 2007-12-17 19:54:42.000000000 +0100 +++ chkrootkit-0.48/chkrootkit 2008-02-12 10:10:39.000000000 +0100 @@ -1129,7 +1129,7 @@ echo "Warning: \`${files}' file size is zero" files1=`${find} ${ROOTDIR}${HOME} ${findargs} -name '.*history' \( -links 2 -o -type l \)` [ ! -z "${files1}" ] && \ - echo "Warning: \`${files}' is linked to another file" + echo "Warning: \`${files1}' is linked to another file" fi if [ -z "${files}" -a -z "${files1}" ]; then if [ "${QUIET}" != "t" ]; then echo "nothing found"; fi