From: Chris Gianelloni Date: Fri, 2 Dec 2005 21:39:37 +0000 (+0000) Subject: OK, just kidding on that last commit. We were already doing rc-update add xdm defaul... X-Git-Tag: CATALYST_2_0_6_916~561 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=983c9c84c75c1b7ba89447535bc5363c89bfce84;p=catalyst.git OK, just kidding on that last commit. We were already doing rc-update add xdm default in livecdfs-update.sh and since it is a livecd-only function, there's no point in having it in rc-update.sh git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@933 d1e1f19c-881f-0410-ab34-b69fee027534 --- diff --git a/ChangeLog b/ChangeLog index a9dca0d9..73ef6610 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.420 2005/12/02 20:54:52 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.421 2005/12/02 21:39:37 wolf31o2 Exp $ + + 02 Dec 2005; Chris Gianelloni + targets/support/rc-update.sh: + OK, just kidding on that last commit. We were already doing rc-update add + xdm default in livecdfs-update.sh and since it is a livecd-only function, + there's no point in having it in rc-update.sh 02 Dec 2005; Chris Gianelloni targets/support/rc-update.sh: diff --git a/targets/support/rc-update.sh b/targets/support/rc-update.sh index 86d62cff..fada33a7 100644 --- a/targets/support/rc-update.sh +++ b/targets/support/rc-update.sh @@ -41,11 +41,6 @@ then esac fi -if [ -n "${clst_livecd_xdm}" ] -then - rc-update add xdm default -fi - # perform any rcadd then any rcdel if [ -n "${clst_rcadd}" ] || [ -n "${clst_rcdel}" ] then