aboutsummaryrefslogtreecommitdiffstats
path: root/config/squid3
diff options
context:
space:
mode:
authordoktornotor <notordoktor@gmail.com>2015-09-27 11:43:40 +0200
committerdoktornotor <notordoktor@gmail.com>2015-09-27 11:43:40 +0200
commit457830f4d200804df3a27c484883a32e4689a4c5 (patch)
tree786795aac5a07dcae8c5708035b9ef6d5e7af73f /config/squid3
parente0bf22a296a66b1bbf35bacd6ad05db8fe930557 (diff)
downloadpfsense-packages-457830f4d200804df3a27c484883a32e4689a4c5.tar.gz
pfsense-packages-457830f4d200804df3a27c484883a32e4689a4c5.tar.bz2
pfsense-packages-457830f4d200804df3a27c484883a32e4689a4c5.zip
Do not run squid_resync() twice on package install
custom_php_resync_config_command is automatically executed via install_package_xml() on install.
Diffstat (limited to 'config/squid3')
-rw-r--r--config/squid3/34/squid.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/config/squid3/34/squid.xml b/config/squid3/34/squid.xml
index b78bece7..ded59d42 100644
--- a/config/squid3/34/squid.xml
+++ b/config/squid3/34/squid.xml
@@ -728,7 +728,6 @@
update_status("Checking Squid cache... One moment please...");
update_output_window("This operation may take quite some time, please be patient. Do not press stop or attempt to navigate away from this page during this process.");
squid_install_command();
- squid_resync();
exec("/bin/rm -f /usr/local/etc/rc.d/squid");
]]>
</custom_php_install_command>