Previous attached patch was a reverse patch, here's the correct one.

Jaap
--- /tmp/chkrootkit     2005-07-02 10:20:45.926791350 +0200
+++ chkrootkit  2005-07-02 10:12:03.648230504 +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