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