diff options
author | doktornotor <notordoktor@gmail.com> | 2015-10-01 18:22:22 +0200 |
---|---|---|
committer | doktornotor <notordoktor@gmail.com> | 2015-10-01 18:22:22 +0200 |
commit | 0c05b01aedbe30bb17766d00e2cd221c5a208cff (patch) | |
tree | 7d511f497a93ef7358ff3f0cbbf489f7f57d45cb | |
parent | e6e538462dbb20646948bd8e499e06ab49cf66bf (diff) | |
download | pfsense-packages-0c05b01aedbe30bb17766d00e2cd221c5a208cff.tar.gz pfsense-packages-0c05b01aedbe30bb17766d00e2cd221c5a208cff.tar.bz2 pfsense-packages-0c05b01aedbe30bb17766d00e2cd221c5a208cff.zip |
Implement keep data/settings features
-rw-r--r-- | config/squid3/34/squid.xml | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/config/squid3/34/squid.xml b/config/squid3/34/squid.xml index dda924f8..1bc5fd3b 100644 --- a/config/squid3/34/squid.xml +++ b/config/squid3/34/squid.xml @@ -42,7 +42,7 @@ ]]> </copyright> <name>squid</name> - <version>0.3.7</version> + <version>0.3.8</version> <title>Proxy Server: General Settings</title> <include_file>/usr/local/pkg/squid.inc</include_file> <menu> @@ -237,6 +237,18 @@ <type>listtopic</type> </field> <field> + <fielddescr>Keep Settings/Data</fielddescr> + <fieldname>keep_squid_data</fieldname> + <description> + <![CDATA[ + If enabled, the settings, logs, cache, AV defs and other data will be preserved across package reinstalls.<br/> + <strong><span class="errmsg">Note:</span> If disabled, all settings and data will be wiped on package uninstall/reinstall/upgrade.</strong> + ]]> + </description> + <type>checkbox</type> + <default_value>on</default_value> + </field> + <field> <fielddescr>Proxy Interface(s)</fielddescr> <fieldname>active_interface</fieldname> <description> |