From 6697ef5196966ba548346ed4bef7114e5b6248a7 Mon Sep 17 00:00:00 2001 From: Andrew Gaffney Date: Sat, 26 Dec 2009 16:21:38 -0600 Subject: [PATCH] Add patch to start hald before xdm for Gentoo bug #280209 --- ChangeLog | 4 ++++ targets/support/rc-update.sh | 1 + 2 files changed, 5 insertions(+) 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) -- 2.26.2