MAILTO=root
PATH=/bin:/usr/local/bin:/usr/bin:/sbin:/usr/sbin
# The command below will update patch descriptions from the ftp server
# and download necessary updates. To install the updates, run fou4s -i
# afterwards. root (see MAILTO=...) will get a mail if new updates are 
# found only, so there is not a mail every day!
#
# If you use this cronjob, PLEASE CHANGE THE TIME to some other value to keep 
# load on ftp servers low (default is 06:05 am)
# The --checkfou4s option lets fou4s check for an update of fou4s (recommended).
#
# If you don't want to download all updates automatically, add the option -n 
# after the --auto parameter. It is advisable not to do so, because this 
# will save bandwidth during the day. 
#
# Please also note that the --auto parameter will cause all packages listed
# in the AutoList in fou4s.conf to be installed automatically. The default
# value for AutoList is to update fou4s itself. The update process is very
# secure (GPG signatures, etc.), so you should not have to worry.
5 6 * * * root fou4s --auto --checkfou4s 
# check with buildtime option once a month for safety
17 6 1 * * root fou4s -e --buildtime --quiet
