diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-06-22 19:14:00 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-06-22 19:14:00 +0000 |
commit | 494bd6bb43db3b8f68b90879e97217b7f7416657 (patch) | |
tree | a617e507b666aadddedb6596c768a0ba9e14813b /packages | |
parent | 3e469cf8a10aa9268775449c3e7c5a531992433d (diff) | |
download | pfsense-packages-494bd6bb43db3b8f68b90879e97217b7f7416657.tar.gz pfsense-packages-494bd6bb43db3b8f68b90879e97217b7f7416657.tar.bz2 pfsense-packages-494bd6bb43db3b8f68b90879e97217b7f7416657.zip |
* Minor debugging hints for squid
* Start squid in the background
Diffstat (limited to 'packages')
-rw-r--r-- | packages/squid.xml | 4 |
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> |