Changeset 33
- Timestamp:
- 11/29/06 03:15:10 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
honeyclient/branches/bug/42/lib/HoneyClient/Agent/Integrity.pm
r32 r33 257 257 '/cygdrive/c/cygwin/tmp/changes.txt', 258 258 '/cygdrive/c/cygwin/tmp/cleanfile.txt', 259 '/cygdrive/c/cygwin/home/Administrator/', 260 '/cygdrive/c/cygwin/home/Administrator/.*', 259 '/cygdrive/c/cygwin/home/Administrator', 261 260 '/cygdrive/c/Documents and Settings/Administrator/Desktop/honeyclient', 262 261 '/cygdrive/c/WINDOWS/Prefetch/', … … 817 816 if (-f $foundfile) { 818 817 $g_ex_hash->{$foundfile} = 1; 819 #print "\t _recursive_exclude()d $foundfile\n";818 print "\t _recursive_exclude()d $foundfile\n"; 820 819 } 821 820 }
