diff options
author | jim-p <jimp@pfsense.org> | 2012-03-27 16:00:16 -0400 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2012-03-27 16:00:16 -0400 |
commit | db42809990752870f45f8dc7e4fc7a9566706782 (patch) | |
tree | 83f7968a40297de52a49eeff9ac2e5410dd9a400 /config/snort | |
parent | 3a079ff37f9b2a9b0864c53fdd2620838b791c19 (diff) | |
download | pfsense-packages-db42809990752870f45f8dc7e4fc7a9566706782.tar.gz pfsense-packages-db42809990752870f45f8dc7e4fc7a9566706782.tar.bz2 pfsense-packages-db42809990752870f45f8dc7e4fc7a9566706782.zip |
Generalize more references
Diffstat (limited to 'config/snort')
-rw-r--r-- | config/snort/help_and_info.php | 2 | ||||
-rw-r--r-- | config/snort/snort_define_servers.php | 2 | ||||
-rw-r--r-- | config/snort/snort_interfaces_edit.php | 2 | ||||
-rw-r--r-- | config/snort/snort_interfaces_global.php | 2 | ||||
-rw-r--r-- | config/snort/snort_rulesets.php | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/config/snort/help_and_info.php b/config/snort/help_and_info.php index a8e3ae38..af8eb4ae 100644 --- a/config/snort/help_and_info.php +++ b/config/snort/help_and_info.php @@ -163,7 +163,7 @@ jQuery(document).ready(function() { <p><font size="5"><strong>Change Log</strong></font><p> - <p>Changes to this package can be viewed by following <a href="https://rcs.pfsense.org/projects/pfsense-packages" target="_blank"><font size="2" color="#990000"><strong>pfSense packages repository</strong></font></a></p> + <p>Changes to this package can be viewed by following <a href="https://github.com/bsdperimeter/pfsense-packages" target="_blank"><font size="2" color="#990000"><strong>packages repository</strong></font></a></p> </div> <div id="tab3" class="tab_content"> diff --git a/config/snort/snort_define_servers.php b/config/snort/snort_define_servers.php index 6ffbc797..497f0a79 100644 --- a/config/snort/snort_define_servers.php +++ b/config/snort/snort_define_servers.php @@ -389,7 +389,7 @@ echo "{$snort_general_css}\n"; type="text" class="formfld" id="def_ssh_ports" size="40" value="<?=htmlspecialchars($pconfig['def_ssh_ports']);?>"> <br> <span class="vexpl">Example: Specific ports "25,443" or All ports - betwen "5060:5090 . Default is Pfsense SSH port.</span></td> + betwen "5060:5090 . Default is the firewall's SSH port.</span></td> </tr> <tr> <td width="22%" valign="top" class="vncell2">Define POP_SERVERS</td> diff --git a/config/snort/snort_interfaces_edit.php b/config/snort/snort_interfaces_edit.php index 0282723b..f3d96848 100644 --- a/config/snort/snort_interfaces_edit.php +++ b/config/snort/snort_interfaces_edit.php @@ -668,7 +668,7 @@ function enable_change(enable_change) { type="checkbox" value="on" <?php if ($pconfig['alertsystemlog'] == "on") echo "checked"; ?> onClick="enable_change(false)"><br> - Snort will send Alerts to the Pfsense system logs.</td> + Snort will send Alerts to the firewall's system logs.</td> </tr> <tr> <td width="22%" valign="top" class="vncell2">Log to a Tcpdump file</td> diff --git a/config/snort/snort_interfaces_global.php b/config/snort/snort_interfaces_global.php index 57fec1f1..a267f561 100644 --- a/config/snort/snort_interfaces_global.php +++ b/config/snort/snort_interfaces_global.php @@ -340,7 +340,7 @@ enable JavaScript to view this content <?php if($pconfig['snortloglimit']=='off') echo 'checked'; ?>> <strong>Disable</strong> directory size limit<br> <br> - <span class="red"><strong>Warning</span>:</strong> Pfsense Nanobsd + <span class="red"><strong>Warning</span>:</strong> Nanobsd should use no more than 10MB of space.</td> </tr> <tr> diff --git a/config/snort/snort_rulesets.php b/config/snort/snort_rulesets.php index e4577818..313daea2 100644 --- a/config/snort/snort_rulesets.php +++ b/config/snort/snort_rulesets.php @@ -243,7 +243,7 @@ if (file_exists($d_snortconfdirty_path)) { cellpadding="0" cellspacing="0"> <tr id="frheader"> <td width="5%" class="listhdrr">Enabled</td> - <td class="listhdrr"><?php if($snort_arch == 'x86'){echo 'Ruleset: Rules that end with "so.rules" are shared object rules.';}else{echo 'Shared object rules are "so.rules" and not available on Pfsense 2.0 64 bit.';}?></td> + <td class="listhdrr"><?php if($snort_arch == 'x86'){echo 'Ruleset: Rules that end with "so.rules" are shared object rules.';}else{echo 'Shared object rules are "so.rules" and not available on 64 bit architectures.';}?></td> <!-- <td class="listhdrr">Description</td> --> </tr> <?php |