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 1181)
@@ -0,0 +1,18 @@
+[main]
+# how often to check for new updates (in seconds)
+run_interval = 3600
+# how often to allow checking on request (in seconds)
+updaterefresh = 600
+
+# how to send notifications (valid: dbus, email, syslog)
+emit_via = dbus
+# should we listen via dbus to give out update information/check for
+# new updates 
+dbus_listener = yes
+
+# automatically install updates
+do_update = no
+# automatically download updates
+do_download = no
+# automatically download deps of updates
+do_download_deps = no
