Index: /branches/fc11-dev/server/fedora/config/etc/yum/yum-updatesd.conf
===================================================================
--- /branches/fc11-dev/server/fedora/config/etc/yum/yum-updatesd.conf	(revision 1181)
+++ /branches/fc11-dev/server/fedora/config/etc/yum/yum-updatesd.conf	(revision 1182)
@@ -1,10 +1,10 @@
 [main]
 # how often to check for new updates (in seconds)
-run_interval = 3600
+run_interval = 14400
 # how often to allow checking on request (in seconds)
 updaterefresh = 600
 
 # how to send notifications (valid: dbus, email, syslog)
-emit_via = dbus
+emit_via = dbus email
 # should we listen via dbus to give out update information/check for
 # new updates 
@@ -14,5 +14,5 @@
 do_update = no
 # automatically download updates
-do_download = no
+do_download = yes
 # automatically download deps of updates
-do_download_deps = no
+do_download_deps = yes
