#
# apt-autoupdate configuration file
#
# 14.07.2004 Jaroslaw.Polok@cern.ch
#
# to enable the apt-autoupdate system run:
#
# /sbin/chkconfig --add apt-autoupdate
# /sbin/service apt-autoupdate start
# 
# to disable it run:
# 
# /sbin/service apt-autoupdate stop
# /sbin/chkconfig --del apt-autoupdate
#
# to run interactively, execute:
# 
# /sbin/apt-autoupdate
#


#
# APTHOUR: at what hour the updater shall run
#
#APTHOUR=4 (0..23)
APTHOUR=4
#
# APTUPDATE: Shall the apply updates or only check for them ?
#
#APTUPDATE=1 (1 - enabled: apply, 0 - disabled: only check)
APTUPDATE=1
#
# APTCHECKKERNEL: shall updater also check for available kernel upgrade ?
#                 NOTE: kernel upgrades are NOT automatic: if this option
#                 is enabled apt-autoupdate will just send info email.
#
#APTCHECKKERNEL=1 (1 - check enabled,0 - check disabled)
APTCHECKKERNEL=1
#
# APTONBOOT: shall the updater run at system boot time too ?
#
#APTONBOOT=1 (1 - enabled, run on boot, 0 - disabled, do not run on boot)
APTONBOOT=1
#
# APTMAIL: shall the updater send notification emails ?
#
# APTMAIL=1 (1 - enabled: yes, 0 - disabled: not)
#
APTMAIL=1
#
# APTMAILTO: to whom confirmation emails shall be sent
#
#APTMAILTO="root" (whoever@somewher.there)
APTMAILTO="root"
#
# APTRANDOMWAIT: (max) random wait before apt-get actually runs
#                (in minutes) - this allows to spread load
#                on our servers
#
#APTRANDOMWAIT=10 (0..60)
APTRANDOMWAIT=10
#
# APTCLEAN: shall the updater clean the local apt cache ?
#           (which can grow considerably over time)
#
#APTCLEAN=1 (1 - yes, 0 - no)
APTCLEAN=1
#
# APTAPPLET: not implemented yet
#
#APTAPPLET=4 (0..12)
APTAPPLET=4
