Changeset 2233

Show
Ignore:
Timestamp:
08/26/08 20:08:17 (3 months ago)
Author:
mbr
Message:

applied 'auto' heuristic from the fwknop project for finding perl module import subdirectories

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • psad/trunk/psad

    r2225 r2233  
    26792679        next unless -d "$config{'PSAD_LIBS_DIR'}/$dir"; 
    26802680        push @paths, "$config{'PSAD_LIBS_DIR'}/$dir" 
    2681             if $dir =~ m|linux| or $dir =~ m|thread|; 
     2681            if $dir =~ m|linux| or $dir =~ m|thread| 
     2682                or (-d "$config{'PSAD_LIBS_DIR'}/$dir/auto"); 
    26822683    } 
    26832684    return \@paths;