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