aboutsummaryrefslogtreecommitdiffstats
path: root/config/pf-blocker
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2012-03-27 15:52:56 -0400
committerjim-p <jimp@pfsense.org>2012-03-27 15:52:56 -0400
commit3a079ff37f9b2a9b0864c53fdd2620838b791c19 (patch)
tree0d78c698ce5e4fd7fb71831756527d2f6aa6b605 /config/pf-blocker
parentdafdc96a6de3f65507dd06eb70bffe695a763712 (diff)
downloadpfsense-packages-3a079ff37f9b2a9b0864c53fdd2620838b791c19.tar.gz
pfsense-packages-3a079ff37f9b2a9b0864c53fdd2620838b791c19.tar.bz2
pfsense-packages-3a079ff37f9b2a9b0864c53fdd2620838b791c19.zip
Generalize more references
Diffstat (limited to 'config/pf-blocker')
-rwxr-xr-xconfig/pf-blocker/pfblocker.inc4
-rwxr-xr-xconfig/pf-blocker/pfblocker_lists.xml4
-rw-r--r--config/pf-blocker/pfblocker_sync.xml2
3 files changed, 5 insertions, 5 deletions
diff --git a/config/pf-blocker/pfblocker.inc b/config/pf-blocker/pfblocker.inc
index f41a5136..9a09a06a 100755
--- a/config/pf-blocker/pfblocker.inc
+++ b/config/pf-blocker/pfblocker.inc
@@ -683,7 +683,7 @@ function pfblocker_do_xmlrpc_sync($sync_to_ip, $password) {
$cli->setCredentials('admin', $password);
$resp = $cli->send($msg, "250");
if(!$resp) {
- $error = "A communications error occurred while attempting pfblocker XMLRPC sync with {$url}:{$port} (pfsense.exec_php).";
+ $error = "A communications error occurred while attempting pfblocker XMLRPC sync with {$url}:{$port} (exec_php).";
log_error($error);
file_notice("sync_settings", $error, "pfblocker Settings Sync", "");
} elseif($resp->faultCode()) {
@@ -693,7 +693,7 @@ function pfblocker_do_xmlrpc_sync($sync_to_ip, $password) {
log_error($error);
file_notice("sync_settings", $error, "pfblocker Settings Sync", "");
} else {
- log_error("pfblocker XMLRPC reload data success with {$url}:{$port} (pfsense.exec_php).");
+ log_error("pfblocker XMLRPC reload data success with {$url}:{$port} (exec_php).");
}
}
diff --git a/config/pf-blocker/pfblocker_lists.xml b/config/pf-blocker/pfblocker_lists.xml
index 42f1c0ae..b9f92b9c 100755
--- a/config/pf-blocker/pfblocker_lists.xml
+++ b/config/pf-blocker/pfblocker_lists.xml
@@ -129,7 +129,7 @@
<description><![CDATA[Enter lists Alias Names.<br>
Example: Badguys<br>
Do not include pfBlocker name, it's done by package.<br>
- <strong>International, special or space caracters will be ignored in pfsense alias name.</strong><br>]]></description>
+ <strong>International, special or space caracters will be ignored in firewall alias names.</strong><br>]]></description>
<type>input</type>
<size>20</size>
</field>
@@ -201,7 +201,7 @@
<fielddescr>Update frequency</fielddescr>
<fieldname>cron</fieldname>
<description><![CDATA[Default:<strong>Never</strong><br>
- Select how often pfsense will download List files]]></description>
+ Select how often List files will be downloaded]]></description>
<type>select</type>
<options>
<option><name>Never</name><value>Never</value></option>
diff --git a/config/pf-blocker/pfblocker_sync.xml b/config/pf-blocker/pfblocker_sync.xml
index 41e5403c..e2e19567 100644
--- a/config/pf-blocker/pfblocker_sync.xml
+++ b/config/pf-blocker/pfblocker_sync.xml
@@ -106,7 +106,7 @@
<field>
<fielddescr>Automatically sync pfBlocker configuration changes</fielddescr>
<fieldname>synconchanges</fieldname>
- <description>pfSense will automatically sync changes to the hosts defined below.</description>
+ <description>Automatically sync changes to the hosts defined below.</description>
<type>checkbox</type>
</field>
<field>