bb11467 - fix embedded http links.

remotes/push_mirror/msola
Steven Morgan 10 years ago
parent 0137ea073d
commit 3af457257c
  1. 2
      docs/man/freshclam.conf.5.in
  2. 5
      freshclam/manager.c

@ -202,7 +202,7 @@ Country of origin of malware/detection statistics (for statistical purposes only
Default: disabled
.TP
\fBDetectionStatsHostID STRING\fR
This option enables support for our "Personal Statistics" service. When this option is enabled, the information on malware detected by your clamd installation is made available to you through our website. To get your HostID, log on http://www.stats.clamav.net and add a new host to your host list. Once you have the HostID, uncomment this option and paste the HostID here. As soon as your freshclam starts submitting information to our stats collecting service, you will be able to view the statistics of this clamd installation by logging into http://www.stats.clamav.net with the same credentials you used to generate the HostID. For more information refer to: http://www.clamav.net/support/faq/faq-cctts/. This feature requires SubmitDetectionStats to be enabled.
This option enables support for our "Personal Statistics" service. When this option is enabled, the information on malware detected by your clamd installation is made available to you through our website. To get your HostID, log on http://www.stats.clamav.net and add a new host to your host list. Once you have the HostID, uncomment this option and paste the HostID here. As soon as your freshclam starts submitting information to our stats collecting service, you will be able to view the statistics of this clamd installation by logging into http://www.stats.clamav.net with the same credentials you used to generate the HostID. For more information refer to: http://www.clamav.net/documents/clamav-community-threat-tracking-system/. This feature requires SubmitDetectionStats to be enabled.
.br
Default: disabled
.TP

@ -2171,7 +2171,8 @@ updatedb (const char *dbname, const char *hostname, char *ip, int *signo,
logg ("^Your ClamAV installation is OUTDATED!\n");
logg ("^Current functionality level = %d, recommended = %d\n", flevel,
current->fl);
logg ("DON'T PANIC! Read http://www.clamav.net/support/faq\n");
logg ("DON'T PANIC! Read http://www.clamav.net/documents/upgrading-clamav\n");
}
*signo += current->sigs;
@ -2491,7 +2492,7 @@ downloadmanager (const struct optstruct *opts, const char *hostname,
{
logg ("^Your ClamAV installation is OUTDATED!\n");
logg ("^Local version: %s Recommended version: %s\n", vstr, newver);
logg ("DON'T PANIC! Read http://www.clamav.net/support/faq\n");
logg ("DON'T PANIC! Read http://www.clamav.net/documents/upgrading-clamav\n");
outdated = 1;
}
}

Loading…
Cancel
Save