rpms/chkrootkit/FC-5 chkrootkit-0.47-no-openbsd.patch,NONE,1.1

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Wed Jan 31 19:02:33 UTC 2007


Author: mschwendt

Update of /cvs/extras/rpms/chkrootkit/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12690/FC-5

Added Files:
	chkrootkit-0.47-no-openbsd.patch 
Log Message:
... and don't forget the patch ;)

chkrootkit-0.47-no-openbsd.patch:

--- NEW FILE chkrootkit-0.47-no-openbsd.patch ---
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-31 19:28:47.000000000 +0100
@@ -474,13 +474,6 @@
        ### MithRa's Rootkit
        expertmode_output "${find} ${ROOTDIR}usr/lib/locale -name uboot"
 
-
-       ### OpenBSD rootkit v1
-       if [ "$SYSTEM" != "SunOS" -a ! -f /usr/lib/security/libgcj.security ]
-          then
-          expertmode_output "${find} ${ROOTDIR}usr/lib/security"
-       fi
-
        ### LOC rootkit
        expertmode_output "${find} ${ROOTDIR}tmp -name xp -o -name kidd0.c"
 
@@ -892,18 +885,6 @@
      echo "${files}"
    fi
 
-   ### OpenBSD rootkit v1
-   if [ "${SYSTEM}" != "SunOS" -a ! -f ${ROOTDIR}usr/lib/security/libgcj.security ]; then
-      files=""
-      if [ "${QUIET}" != "t" ];then printn "Searching for OBSD rk v1... "; fi
-      files=`${find} ${ROOTDIR}usr/lib/security 2>/dev/null`
-      if [ "${files}" = "" -o "${SYSTEM}" = "HP-UX" ]; then
-         if [ "${QUIET}" != "t" ]; then echo "nothing found"; fi
-      else
-        echo "${files}"
-      fi
-   fi
-
    ### LOC rootkit
    files=""
    if [ "${QUIET}" != "t" ];then printn "Searching for LOC rootkit... "; fi




More information about the scm-commits mailing list