rpms/chkrootkit/devel chkrootkit-0.47-libgcj-false-positive.patch, 1.2, 1.3

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Tue Jan 30 20:19:33 UTC 2007


Author: mschwendt

Update of /cvs/extras/rpms/chkrootkit/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19297

Modified Files:
	chkrootkit-0.47-libgcj-false-positive.patch 
Log Message:


chkrootkit-0.47-libgcj-false-positive.patch:

Index: chkrootkit-0.47-libgcj-false-positive.patch
===================================================================
RCS file: /cvs/extras/rpms/chkrootkit/devel/chkrootkit-0.47-libgcj-false-positive.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- chkrootkit-0.47-libgcj-false-positive.patch	30 Jan 2007 20:15:35 -0000	1.2
+++ chkrootkit-0.47-libgcj-false-positive.patch	30 Jan 2007 20:19:02 -0000	1.3
@@ -1,6 +1,6 @@
 diff -Nur chkrootkit-0.47-orig/chkrootkit chkrootkit-0.47/chkrootkit
 --- chkrootkit-0.47-orig/chkrootkit	2006-10-09 21:20:54.000000000 +0200
-+++ chkrootkit-0.47/chkrootkit	2007-01-30 21:20:56.000000000 +0100
++++ chkrootkit-0.47/chkrootkit	2007-01-30 21:24:51.000000000 +0100
 @@ -900,7 +900,11 @@
        if [ "${files}" = "" -o "${SYSTEM}" = "HP-UX" ]; then
           if [ "${QUIET}" != "t" ]; then echo "nothing found"; fi
@@ -8,8 +8,8 @@
 -        echo "${files}"
 +         echo
 +         for f in ${files}; do
-+            cmd="rpm --query --file "
-+            echo $cmd && ${cmd} ${f}
++            cmd="rpm --query --file"
++            echo $cmd $f && $cmd $f
 +         done
        fi
     fi




More information about the scm-commits mailing list