Changeset 1875

Show
Ignore:
Timestamp:
12/21/06 19:24:06 (2 years ago)
Author:
mbr
Message:

minor comment fixes

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • psad/trunk/install.pl

    r1871 r1875  
    11561156 
    11571157sub query_change_home_net_default() { 
     1158### FIXME: need to give the admin the chance to enable/disable 
     1159### ENABLE_INTF_LOCAL_NETS 
    11581160    &logr( 
    11591161"\n[+] By default, psad matches Snort rules against any IP addresses, but psad\n"); 
     
    17161718"    --log-prefix option in iptables.\n\n"; 
    17171719        print "\n"; 
    1718         &logr("[+] Add as many search strings as you like; " . 
     1720        &logr("    Add as many search strings as you like; " . 
    17191721            "each on its own line.\n\n"); 
    17201722        &logr("    End with a \".\" on a line by itself.\n\n"); 
     
    17361738            } 
    17371739        } 
    1738         &logr("    All firewall search strings used by psad are located " . 
    1739             "in the file: $config{'PSAD_CONF_DIR'}/fw_search.conf\n"); 
     1740        &logr("\n    All firewall search strings used by psad are located " . 
     1741            "in the file:\n    $config{'PSAD_CONF_DIR'}/fw_search.conf\n"); 
    17401742    } 
    17411743    return \@fw_search_strings;