From d8e4fb6e9ccce6d741e1d01f07a3963ee31a1c11 Mon Sep 17 00:00:00 2001 From: jim-p Date: Tue, 27 Mar 2012 16:13:36 -0400 Subject: Generalize yet more references. --- config/varnish64/varnish.inc | 4 ++-- config/varnish64/varnish_sync.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'config/varnish64') 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 @@ Automatically sync Varnish 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