# Regular cron jobs for the f-prot-installer package
#
# automatically update the f-prot(tm) virus signature definitions (.DEF files)
# with the 'check-updates' perl script.

# NOTE: Don't use this script in combination with mailscanner. Use the
# autoupdate script in /etc/Mailscanner instead.

# run check-updates twice a day: 04:27 and 16:27.
# With this configuration, you will get e-mails whenever signature files are
# updated or when an error occours.

# If you only want to receive e-mail only when an error occours, then you want
# to include the -quiet parameter

# Uncomment this line to get automated updates twice a day.
#
#27 4,16 * * * root if [ -x /usr/lib/f-prot/tools/check-updates ]; then /usr/lib/f-prot/tools/check-updates -cron; fi
#
# Uncomment to check for new version  of program once a week
# 
#00 12 * * 1 root if [ -x /usr/sbin/update-f-prot ]; then /usr/sbin/update-f-prot -i; fi
