Changeset 33

Show
Ignore:
Timestamp:
11/29/06 03:15:10 (2 years ago)
Author:
kindlund
Message:

debugging integrity code

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • honeyclient/branches/bug/42/lib/HoneyClient/Agent/Integrity.pm

    r32 r33  
    257257    '/cygdrive/c/cygwin/tmp/changes.txt', 
    258258    '/cygdrive/c/cygwin/tmp/cleanfile.txt', 
    259     '/cygdrive/c/cygwin/home/Administrator/', 
    260     '/cygdrive/c/cygwin/home/Administrator/.*', 
     259    '/cygdrive/c/cygwin/home/Administrator', 
    261260    '/cygdrive/c/Documents and Settings/Administrator/Desktop/honeyclient', 
    262261    '/cygdrive/c/WINDOWS/Prefetch/', 
     
    817816    if (-f $foundfile) { 
    818817        $g_ex_hash->{$foundfile} = 1; 
    819 #     print "\t _recursive_exclude()d $foundfile\n"; 
     818      print "\t _recursive_exclude()d $foundfile\n"; 
    820819    } 
    821820}