Index: trunk/depend.sum
===================================================================
--- trunk/depend.sum	(revision 145)
+++ trunk/depend.sum	(revision 146)
@@ -1,1 +1,1 @@
-786796559
+
Index: trunk/docs/Changelog
===================================================================
--- trunk/docs/Changelog	(revision 145)
+++ trunk/docs/Changelog	(revision 146)
@@ -1,2 +1,6 @@
+2.4.1:
+	* fix problem with PCI ROM check (spurious messages about modified
+	  timestamps, reported by S. Clormann)
+
 2.4.0a:
 	* fix compile failure with --enable-static (reported by S. Clormann)
Index: trunk/src/sh_kern.c
===================================================================
--- trunk/src/sh_kern.c	(revision 145)
+++ trunk/src/sh_kern.c	(revision 146)
@@ -903,4 +903,5 @@
   (void) sl_strlcpy (theFile.fullpath, pcipath, PATH_MAX);
   theFile.check_mask  = sh_files_maskof(SH_LEVEL_READONLY);
+  theFile.check_mask &= ~(MODI_MTM|MODI_CTM);
   CLEAR_SH_FFLAG_REPORTED(theFile.file_reported);
   theFile.attr_string = NULL;
Index: trunk/test/testhash.sh
===================================================================
--- trunk/test/testhash.sh	(revision 145)
+++ trunk/test/testhash.sh	(revision 146)
@@ -37,5 +37,5 @@
 	fi
 	#
-	${TOP_SRCDIR}/configure --quiet $TRUST --prefix=$PW_DIR --localstatedir=$PW_DIR --with-config-file=$RCFILE --with-log-file=$LOGFILE --with-pid-file=$PW_DIR/.samhain_lock --with-data-file=$PW_DIR/.samhain_file 
+	${TOP_SRCDIR}/configure --quiet $TRUST --prefix=$PW_DIR --localstatedir=$PW_DIR --with-config-file=$RCFILE --with-log-file=$LOGFILE --with-pid-file=$PW_DIR/.samhain_lock --with-data-file=$PW_DIR/.samhain_file
 	#
 	fail=0
