Greetings,

With msec set to level 3 and above, RPM_CHECK is turned on.  This caused 
"rpm -V" to run, which isn't a bad thing.

However, the kernel-sources package contains several hundred generated 
files.  ALL of these files show up as changes on my system since I have 
compiled my own kernel.  Specifically, I see 224 .depend files and a few 
others.

Below is a patch to remove the .depend files.

David


******************************************************************************************************

--- ./msec-0.20/cron-sh/security.sh     Tue Mar  5 23:11:58 2002
+++ ./msec-0.20.1/cron-sh/security.sh   Fri Apr 12 08:23:17 2002
@@ -169,7 +169,7 @@
      rpm -qa --qf "%{NAME}-%{VERSION}-%{RELEASE}\t%{INSTALLTIME}\n" | 
sort > ${RPM_QA_TODAY}

      rm -f ${RPM_VA_TODAY}.tmp
-    nice --adjustment=+19 rpm -V `cut -f 1  < ${RPM_QA_TODAY} | grep -v 
'^dev-[0-9]'` | grep '^..5' | sort > ${RPM_VA_TODAY}.tmp
+    nice --adjustment=+19 rpm -V `cut -f 1  < ${RPM_QA_TODAY} | grep -v 
'^dev-[0-9]'` | grep '^..5' | grep -v /.depend$ | sort > ${RPM_VA_TODAY}.tmp
      grep -v '^.........c.'  ${RPM_VA_TODAY}.tmp | sed 's/^...........//' 
| sort > ${RPM_VA_TODAY}
      grep '^.........c.'  ${RPM_VA_TODAY}.tmp | sed 's/^...........//' | 
sort > ${RPM_VA_CONFIG_TODAY}
      rm -f ${RPM_VA_TODAY}.tmp
--------------------------------------------------------
David Relson                   Osage Software Systems, Inc.
[EMAIL PROTECTED]       Ann Arbor, MI 48103
www.osagesoftware.com          tel:  734.821.8800


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Reply via email to