Changeset 146
- Timestamp:
- Nov 16, 2007, 7:53:52 PM (17 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/depend.sum
r144 r146 1 786796559 1 -
trunk/docs/Changelog
r145 r146 1 2.4.1: 2 * fix problem with PCI ROM check (spurious messages about modified 3 timestamps, reported by S. Clormann) 4 1 5 2.4.0a: 2 6 * fix compile failure with --enable-static (reported by S. Clormann) -
trunk/src/sh_kern.c
r143 r146 903 903 (void) sl_strlcpy (theFile.fullpath, pcipath, PATH_MAX); 904 904 theFile.check_mask = sh_files_maskof(SH_LEVEL_READONLY); 905 theFile.check_mask &= ~(MODI_MTM|MODI_CTM); 905 906 CLEAR_SH_FFLAG_REPORTED(theFile.file_reported); 906 907 theFile.attr_string = NULL; -
trunk/test/testhash.sh
r76 r146 37 37 fi 38 38 # 39 ${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 39 ${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 40 40 # 41 41 fail=0
Note:
See TracChangeset
for help on using the changeset viewer.