diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2010-04-27 15:26:56 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2010-04-27 15:26:56 -0400 |
commit | 56ee34ab4b2adc42add1132cbfe355aaba74f241 (patch) | |
tree | 52bae8943e9db328f9c7753a95f003194eb27840 /config/varnish64/varnish_sync.xml | |
parent | 724b847db47ad755ed92edff12c5fb01f7785844 (diff) | |
download | pfsense-packages-56ee34ab4b2adc42add1132cbfe355aaba74f241.tar.gz pfsense-packages-56ee34ab4b2adc42add1132cbfe355aaba74f241.tar.bz2 pfsense-packages-56ee34ab4b2adc42add1132cbfe355aaba74f241.zip |
s/zone/configuration/
Diffstat (limited to 'config/varnish64/varnish_sync.xml')
-rw-r--r-- | config/varnish64/varnish_sync.xml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/config/varnish64/varnish_sync.xml b/config/varnish64/varnish_sync.xml index 218b893e..48bcfdf7 100644 --- a/config/varnish64/varnish_sync.xml +++ b/config/varnish64/varnish_sync.xml @@ -73,10 +73,10 @@ <field> <type>listtopic</type> <fieldname>temp</fieldname> - <name>Enbable Varnish zone sync</name> + <name>Enbable Varnish configuration sync</name> </field> <field> - <fielddescr>Automatically sync Varnish zone changes</fielddescr> + <fielddescr>Automatically sync Varnish configuration changes</fielddescr> <fieldname>synconchanges</fieldname> <description>pfSense will automatically sync changes to the hosts defined below.</description> <type>checkbox</type> @@ -89,13 +89,13 @@ <field> <fielddescr>IP Address</fielddescr> <fieldname>ipaddress</fieldname> - <description>The IP address of the first host that Varnish will Sync its Varnish zone data to.</description> + <description>The IP address of the first host that Varnish will Sync its Varnish configuration data to.</description> <type>input</type> </field> <field> <fielddescr>Password</fielddescr> <fieldname>password</fieldname> - <description>Admin password of the first host that Varnish will Sync its Varnish zone data to.</description> + <description>Admin password of the first host that Varnish will Sync its Varnish configuration data to.</description> <type>password</type> </field> <field> @@ -106,13 +106,13 @@ <field> <fielddescr>IP Address 2</fielddescr> <fieldname>ipaddress2</fieldname> - <description>OPTIONAL. The IP address of the second host that Varnish will Sync its Varnish zone data to.</description> + <description>OPTIONAL. The IP address of the second host that Varnish will Sync its Varnish configuration data to.</description> <type>input</type> </field> <field> <fielddescr>Password 2</fielddescr> <fieldname>password2</fieldname> - <description>Admin password of the second host that Varnish will Sync its Varnish zone data to.</description> + <description>Admin password of the second host that Varnish will Sync its Varnish configuration data to.</description> <type>password</type> </field> <field> @@ -123,13 +123,13 @@ <field> <fielddescr>IP Address 3</fielddescr> <fieldname>ipaddress3</fieldname> - <description>OPTIONAL. The IP address of the third host that Varnish will Sync its Varnish zone data to.</description> + <description>OPTIONAL. The IP address of the third host that Varnish will Sync its Varnish configuration data to.</description> <type>input</type> </field> <field> <fielddescr>Password 3</fielddescr> <fieldname>password3</fieldname> - <description>Admin password of the third host that Varnish will Sync its Varnish zone data to.</description> + <description>Admin password of the third host that Varnish will Sync its Varnish configuration data to.</description> <type>password</type> </field> </fields> |