diff --git a/ksm.init b/ksm.init
index 6f6cb0c..45d617d 100644
--- a/ksm.init
+++ b/ksm.init
@@ -7,7 +7,7 @@
 # Copyright 2009 Red Hat, Inc. and/or its affiliates.
 # Released under the GPL
 #
-# chkconfig: - 84 16
+# chkconfig: 345 84 16
 # description: The KSM init script starts and stops the ksm kernel thread.
 # config: /etc/sysconfig/ksm
 #
@@ -16,6 +16,7 @@
 # Required-Start:
 # Required-Stop:
 # Should-Start:
+# Default-Start: 3 4 5
 # Short-Description: start and stop ksm
 # Description: The KSM init script starts and stops the ksm kernel thread.
 ### END INIT INFO
diff --git a/ksmtuned.init b/ksmtuned.init
index baf50ff..2f32f28 100644
--- a/ksmtuned.init
+++ b/ksmtuned.init
@@ -7,7 +7,7 @@
 # Copyright 2009 Red Hat, Inc. and/or its affiliates.
 # Released under the GPL
 #
-# chkconfig: - 85 15
+# chkconfig: 345 85 15
 # description: The KSM tuning daemon controls whether (and with what vigor) \
 #              ksm should ksm search duplicated pages.
 # processname: ksmtuned
@@ -19,6 +19,7 @@
 # Required-Start:
 # Required-Stop:
 # Should-Start:
+# Default-Start: 3 4 5
 # Short-Description: tune the speed of ksm
 # Description: The Kernel Samepage Merging control Daemon is a simple script
 #   that controls whether (and with what vigor) should ksm search duplicated
diff --git a/qemu.spec b/qemu.spec
index 40b5cf2..de3b84a 100644
--- a/qemu.spec
+++ b/qemu.spec
@@ -1,7 +1,7 @@
 Summary: QEMU is a FAST! processor emulator
 Name: qemu
 Version: 0.11.0
-Release: 9%{?dist}
+Release: 10%{?dist}
 # Epoch because we pushed a qemu-1.0 package
 Epoch: 2
 License: GPLv2+ and LGPLv2+ and BSD
@@ -538,6 +538,9 @@ fi
 %{_mandir}/man1/qemu-img.1*
 
 %changelog
+* Tue Nov  3 2009 Justin M. Forbes <jforbes@redhat.com> - 2:0.11.0-10
+- Default ksm and ksmtuned services on.
+
 * Thu Oct 29 2009 Mark McLoughlin <markmc@redhat.com> - 2:0.11.0-9
 - Fix dropped packets with non-virtio NICs (#531419)