diff options
author | doktornotor <notordoktor@gmail.com> | 2015-10-06 05:24:43 +0200 |
---|---|---|
committer | doktornotor <notordoktor@gmail.com> | 2015-10-06 05:24:43 +0200 |
commit | a4d06b9550c7bd35d72c54a5095f97f3b609fd5c (patch) | |
tree | 1945ac2ebf40e99dba7d72a006eafe7f64c4d08b /config/squid3 | |
parent | 3fdfc319f7136be9cbd337c185a110ec620a99e4 (diff) | |
download | pfsense-packages-a4d06b9550c7bd35d72c54a5095f97f3b609fd5c.tar.gz pfsense-packages-a4d06b9550c7bd35d72c54a5095f97f3b609fd5c.tar.bz2 pfsense-packages-a4d06b9550c7bd35d72c54a5095f97f3b609fd5c.zip |
Bump version and nuke useless cruft
Diffstat (limited to 'config/squid3')
-rw-r--r-- | config/squid3/34/squid.xml | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/config/squid3/34/squid.xml b/config/squid3/34/squid.xml index ae388e3c..ccaca843 100644 --- a/config/squid3/34/squid.xml +++ b/config/squid3/34/squid.xml @@ -42,7 +42,7 @@ ]]> </copyright> <name>squid</name> - <version>0.3.8.1</version> + <version>0.3.9</version> <title>Proxy Server: General Settings</title> <include_file>/usr/local/pkg/squid.inc</include_file> <menu> @@ -751,13 +751,7 @@ squid_resync(); </custom_php_resync_config_command> <custom_php_install_command> - <![CDATA[ squid_install_command(); - unlink_if_exists("/usr/local/etc/rc.d/squid"); - unlink_if_exists("/usr/local/etc/rc.d/c-icap"); - unlink_if_exists("/usr/local/etc/rc.d/clamav-clamd"); - unlink_if_exists("/usr/local/etc/rc.d/clamav-freshclam"); - ]]> </custom_php_install_command> <custom_php_deinstall_command> squid_deinstall_command(); |