aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
Diffstat (limited to 'packages')
-rw-r--r--packages/squid_ng.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/packages/squid_ng.xml b/packages/squid_ng.xml
index ec0e8ee5..56e6bab1 100644
--- a/packages/squid_ng.xml
+++ b/packages/squid_ng.xml
@@ -187,18 +187,15 @@
</fields>
<custom_add_php_command_late>
global_write_squid_config();
- update_output_window("Reconfiguring Squid...");
mwexec("/usr/local/sbin/squid -k reconfigure");
</custom_add_php_command_late>
<custom_php_install_command>
custom_php_install_command();
write_static_squid_config();
- update_output_window("Reconfiguring Squid...");
mwexec("/usr/local/sbin/squid -k reconfigure");
start_service("squid");
</custom_php_install_command>
<custom_php_deinstall_command>
- update_output_window("Uninstalling Squid...");
custom_php_deinstall_command();
stop_service("squid");
</custom_php_deinstall_command>