diff options
author | jim-p <jimp@pfsense.org> | 2012-03-27 16:13:36 -0400 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2012-03-27 16:13:36 -0400 |
commit | d8e4fb6e9ccce6d741e1d01f07a3963ee31a1c11 (patch) | |
tree | 104d108ce79e5fea76cd39543e818a493d3f9549 /config/varnish64 | |
parent | 520941e130cf37017af44cc6055fe23d5a817de9 (diff) | |
download | pfsense-packages-d8e4fb6e9ccce6d741e1d01f07a3963ee31a1c11.tar.gz pfsense-packages-d8e4fb6e9ccce6d741e1d01f07a3963ee31a1c11.tar.bz2 pfsense-packages-d8e4fb6e9ccce6d741e1d01f07a3963ee31a1c11.zip |
Generalize yet more references.
Diffstat (limited to 'config/varnish64')
-rw-r--r-- | config/varnish64/varnish.inc | 4 | ||||
-rw-r--r-- | config/varnish64/varnish_sync.xml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/config/varnish64/varnish.inc b/config/varnish64/varnish.inc index 27f41861..6e552a4f 100644 --- a/config/varnish64/varnish.inc +++ b/config/varnish64/varnish.inc @@ -723,7 +723,7 @@ function varnish_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 varnish XMLRPC sync with {$url}:{$port} (pfsense.exec_php)."; + $error = "A communications error occurred while attempting varnish XMLRPC sync with {$url}:{$port} (exec_php)."; log_error($error); file_notice("sync_settings", $error, "varnish Settings Sync", ""); } elseif($resp->faultCode()) { @@ -733,7 +733,7 @@ function varnish_do_xmlrpc_sync($sync_to_ip, $password) { log_error($error); file_notice("sync_settings", $error, "varnish Settings Sync", ""); } else { - log_error("varnish XMLRPC reload data success with {$url}:{$port} (pfsense.exec_php)."); + log_error("varnish XMLRPC reload data success with {$url}:{$port} (exec_php)."); } } diff --git a/config/varnish64/varnish_sync.xml b/config/varnish64/varnish_sync.xml index 02434389..e9594d44 100644 --- a/config/varnish64/varnish_sync.xml +++ b/config/varnish64/varnish_sync.xml @@ -86,7 +86,7 @@ <field> <fielddescr>Automatically sync Varnish 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> |