Add patch to start hald before xdm for Gentoo bug #280209
authorAndrew Gaffney <agaffney@gentoo.org>
Sat, 26 Dec 2009 22:21:38 +0000 (16:21 -0600)
committerAndrew Gaffney <agaffney@gentoo.org>
Sat, 26 Dec 2009 22:21:38 +0000 (16:21 -0600)
ChangeLog
targets/support/rc-update.sh

index d4eba2480ad1f4a119ed7136ffd584f4b274576d..d03832ea32be96f736da9ced2376a2016497dae2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,10 @@
 # Distributed under the GPL v2
 # $Id$
 
+  26 Dec 2009; Andrew Gaffney <agaffney@gentoo.org>
+  targets/support/rc-update.sh:
+  Add patch to start hald before xdm for Gentoo bug #280209
+
   19 Dec 2009; Andrew Gaffney <agaffney@gentoo.org>
   modules/catalyst/target/__init__.py:
   Be verbose about why we're not considering certain built targets
index 6220595b7a8e0e16f112ad9b42543fe08c921c38..dc5ee71ae4829e4cd5256dc3b1e25eaf1fb968da 100644 (file)
@@ -32,6 +32,7 @@ then
                        ;;
                gentoo-release-live*)
                        rc-update add spind default
+                       rc-update add hald default
                        rc-update add xdm default
                        ;;
                generic-livecd)