61fe767
## When changing the periodicity of freshclam runs in the crontab,
61fe767
## this value must be adjusted also. Its value is the timespan between
61fe767
## two subsequent freshclam runs in minutes. E.g. for the default
61fe767
##
61fe767
## | 0 */3 * * *  ...
61fe767
##
61fe767
## crontab line, the value is 180 (minutes).
61fe767
# FRESHCLAM_MOD=
61fe767
61fe767
## A predefined value for the delay in seconds. By default, the value is
61fe767
## calculated by the 'hostid' program. This predefined value guarantees
61fe767
## constant timespans of 3 hours between two subsequent freshclam runs.
61fe767
##
1192957
## This option accepts two special values:
61fe767
## 'disabled-warn'  ...  disables the automatic freshclam update and
61fe767
##                         gives out a warning
61fe767
## 'disabled'       ...  disables the automatic freshclam silently
61fe767
# FRESHCLAM_DELAY=
61fe767
61fe767
61fe767
### !!!!! REMOVE ME !!!!!!
61fe767
### REMOVE ME: By default, the freshclam update is disabled to avoid
61fe767
### REMOVE ME: network access without prior activation
61fe767
FRESHCLAM_DELAY=disabled-warn	# REMOVE ME