diff options
author | doktornotor <notordoktor@gmail.com> | 2015-10-14 22:00:42 +0200 |
---|---|---|
committer | doktornotor <notordoktor@gmail.com> | 2015-10-14 22:00:42 +0200 |
commit | 8cee679649f8d364bec2fede8f39f51bc29bebd1 (patch) | |
tree | 538ad4b6e67e9cbcc72b53e6c3ee312c4f70ec4c | |
parent | 64ca4e60a636b08466fbfc089b027af005cb036c (diff) | |
download | pfsense-packages-8cee679649f8d364bec2fede8f39f51bc29bebd1.tar.gz pfsense-packages-8cee679649f8d364bec2fede8f39f51bc29bebd1.tar.bz2 pfsense-packages-8cee679649f8d364bec2fede8f39f51bc29bebd1.zip |
Point users to 'Real Time' tab for freshclam logs.
-rw-r--r-- | config/squid3/34/squid_antivirus.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/squid3/34/squid_antivirus.inc b/config/squid3/34/squid_antivirus.inc index 0619549e..6e5823b7 100644 --- a/config/squid3/34/squid_antivirus.inc +++ b/config/squid3/34/squid_antivirus.inc @@ -100,7 +100,7 @@ function squid_install_freshclam_cron($should_install) { /* Manually update ClamAV virus definitions via the GUI button */ function squid_update_clamav() { squid_check_antivirus_dirs(); - log_error("[squid] Updating ClamAV definitions now... This will take a while. Check /var/log/clamav/freshclam.log for progress information."); + log_error("[squid] Updating ClamAV definitions now... This will take a while. Check freshclam log on the 'Real Time' tab for progress information."); mwexec_bg(SQUID_BASE . "/bin/freshclam --config-file=" . SQUID_BASE . "/etc/freshclam.conf"); } |