From aa360c35f18e81059e7e0f7c15e6c65318321dca Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sat, 4 Feb 2006 03:54:56 +0000 Subject: Alert user when a command is in progress --- packages/squid_ng.xml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'packages') diff --git a/packages/squid_ng.xml b/packages/squid_ng.xml index 56e6bab1..ec0e8ee5 100644 --- a/packages/squid_ng.xml +++ b/packages/squid_ng.xml @@ -187,15 +187,18 @@ global_write_squid_config(); + update_output_window("Reconfiguring Squid..."); mwexec("/usr/local/sbin/squid -k reconfigure"); custom_php_install_command(); write_static_squid_config(); + update_output_window("Reconfiguring Squid..."); mwexec("/usr/local/sbin/squid -k reconfigure"); start_service("squid"); + update_output_window("Uninstalling Squid..."); custom_php_deinstall_command(); stop_service("squid"); -- cgit v1.2.3