diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2006-02-04 03:59:27 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2006-02-04 03:59:27 +0000 |
commit | 2639a3596990a394393f1e1cb75bc1162504b461 (patch) | |
tree | 71d4492f098461b7f8c56a8607214b37c02180d1 /packages | |
parent | aa360c35f18e81059e7e0f7c15e6c65318321dca (diff) | |
download | pfsense-packages-2639a3596990a394393f1e1cb75bc1162504b461.tar.gz pfsense-packages-2639a3596990a394393f1e1cb75bc1162504b461.tar.bz2 pfsense-packages-2639a3596990a394393f1e1cb75bc1162504b461.zip |
Don't echo out, that context is not available.
Diffstat (limited to 'packages')
-rw-r--r-- | packages/squid_ng.xml | 3 |
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> |