aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
Diffstat (limited to 'packages')
-rw-r--r--packages/squid.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/squid.xml b/packages/squid.xml
index 36ae5cc9..503b9982 100644
--- a/packages/squid.xml
+++ b/packages/squid.xml
@@ -41,8 +41,10 @@
fclose($fout);
system("chmod a+x /usr/local/etc/rc.d/squid.sh");
system("/usr/local/sbin/squid -z");
+ filter_configure();
</custom_php_install_command>
<custom_php_deinstall_command>
system("/usr/bin/killall squid");
+ filter_configure();
</custom_php_deinstall_command>
</packagegui>