aboutsummaryrefslogtreecommitdiffstats
path: root/packages/squid.xml
diff options
context:
space:
mode:
Diffstat (limited to 'packages/squid.xml')
-rw-r--r--packages/squid.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/squid.xml b/packages/squid.xml
index 9619f1e8..2f8f0d60 100644
--- a/packages/squid.xml
+++ b/packages/squid.xml
@@ -61,8 +61,10 @@
fwrite($fout, "/usr/local/sbin/squid\n\n");
fclose($fout);
chmod("/usr/local/etc/rc.d/squid.sh", 755);
+ update_output_window("Configuring Squid...");
mwexec("/usr/local/sbin/squid -z");
- mwexec("/usr/local/etc/rc.d/squid.sh");
+ update_output_window("Starting Squid...");
+ mwexec_bg("/usr/local/etc/rc.d/squid.sh");
filter_configure();
</custom_php_install_command>
<custom_php_deinstall_command>