Changeset 1875
- Timestamp:
- 12/21/06 19:24:06 (2 years ago)
- Files:
-
- psad/trunk/install.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
psad/trunk/install.pl
r1871 r1875 1156 1156 1157 1157 sub query_change_home_net_default() { 1158 ### FIXME: need to give the admin the chance to enable/disable 1159 ### ENABLE_INTF_LOCAL_NETS 1158 1160 &logr( 1159 1161 "\n[+] By default, psad matches Snort rules against any IP addresses, but psad\n"); … … 1716 1718 " --log-prefix option in iptables.\n\n"; 1717 1719 print "\n"; 1718 &logr(" [+]Add as many search strings as you like; " .1720 &logr(" Add as many search strings as you like; " . 1719 1721 "each on its own line.\n\n"); 1720 1722 &logr(" End with a \".\" on a line by itself.\n\n"); … … 1736 1738 } 1737 1739 } 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"); 1740 1742 } 1741 1743 return \@fw_search_strings;
