From 3a079ff37f9b2a9b0864c53fdd2620838b791c19 Mon Sep 17 00:00:00 2001 From: jim-p Date: Tue, 27 Mar 2012 15:52:56 -0400 Subject: Generalize more references --- config/pf-blocker/pfblocker.inc | 4 ++-- config/pf-blocker/pfblocker_lists.xml | 4 ++-- config/pf-blocker/pfblocker_sync.xml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'config/pf-blocker') 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 @@ Example: Badguys
Do not include pfBlocker name, it's done by package.
- International, special or space caracters will be ignored in pfsense alias name.
]]>
+ International, special or space caracters will be ignored in firewall alias names.
]]> input 20 @@ -201,7 +201,7 @@ Update frequency cron Never
- Select how often pfsense will download List files]]>
+ Select how often List files will be downloaded]]> select 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 @@ Automatically sync pfBlocker configuration changes synconchanges - pfSense will automatically sync changes to the hosts defined below. + Automatically sync changes to the hosts defined below. checkbox -- cgit v1.2.3