diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2006-09-30 01:21:26 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2006-09-30 01:21:26 +0000 |
commit | 425ab2a7b7e4214fd7f84cd74cc39f3665b01697 (patch) | |
tree | 16c07c201d48a799033e93e74bc31a9c7ac3084c /packages/squid.xml | |
parent | 010c07053477b3b89ec57362316c4c36636294d9 (diff) | |
download | pfsense-packages-425ab2a7b7e4214fd7f84cd74cc39f3665b01697.tar.gz pfsense-packages-425ab2a7b7e4214fd7f84cd74cc39f3665b01697.tar.bz2 pfsense-packages-425ab2a7b7e4214fd7f84cd74cc39f3665b01697.zip |
Attempt to be Mr. Obvious and explain to the user that they should not navigate away from the page during squid -z or press stop in their browser.
Diffstat (limited to 'packages/squid.xml')
-rw-r--r-- | packages/squid.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/squid.xml b/packages/squid.xml index 40b44190..017b28a1 100644 --- a/packages/squid.xml +++ b/packages/squid.xml @@ -165,7 +165,7 @@ </custom_php_resync_config_command> <custom_php_install_command> update_status("Checking Squid cache... One moment please..."); - update_output_window("This operation may take quite some time, please be patient."); + update_output_window("This operation may take quite some time, please be patient. Do not press stop or attempt to navigate away from this page during this process."); squid_install_command(); squid_resync(); exec("/bin/rm -f /usr/local/etc/rc.d/squid"); |