From: Andrew Gaffney Date: Sat, 26 Dec 2009 22:21:38 +0000 (-0600) Subject: Add patch to start hald before xdm for Gentoo bug #280209 X-Git-Tag: CATALYST-2.0.10~3^2~70 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=6697ef5196966ba548346ed4bef7114e5b6248a7;p=catalyst.git Add patch to start hald before xdm for Gentoo bug #280209 --- diff --git a/ChangeLog b/ChangeLog index d4eba248..d03832ea 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,10 @@ # Distributed under the GPL v2 # $Id$ + 26 Dec 2009; Andrew Gaffney + targets/support/rc-update.sh: + Add patch to start hald before xdm for Gentoo bug #280209 + 19 Dec 2009; Andrew Gaffney modules/catalyst/target/__init__.py: Be verbose about why we're not considering certain built targets diff --git a/targets/support/rc-update.sh b/targets/support/rc-update.sh index 6220595b..dc5ee71a 100644 --- a/targets/support/rc-update.sh +++ b/targets/support/rc-update.sh @@ -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)