aboutsummaryrefslogtreecommitdiffstats
path: root/config/squid3/34/squid_antivirus.inc
diff options
context:
space:
mode:
authordoktornotor <notordoktor@gmail.com>2015-10-14 22:00:42 +0200
committerdoktornotor <notordoktor@gmail.com>2015-10-14 22:00:42 +0200
commit8cee679649f8d364bec2fede8f39f51bc29bebd1 (patch)
tree538ad4b6e67e9cbcc72b53e6c3ee312c4f70ec4c /config/squid3/34/squid_antivirus.inc
parent64ca4e60a636b08466fbfc089b027af005cb036c (diff)
downloadpfsense-packages-8cee679649f8d364bec2fede8f39f51bc29bebd1.tar.gz
pfsense-packages-8cee679649f8d364bec2fede8f39f51bc29bebd1.tar.bz2
pfsense-packages-8cee679649f8d364bec2fede8f39f51bc29bebd1.zip
Point users to 'Real Time' tab for freshclam logs.
Diffstat (limited to 'config/squid3/34/squid_antivirus.inc')
-rw-r--r--config/squid3/34/squid_antivirus.inc2
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");
}