# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.567 2006/02/09 15:09:17 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.568 2006/02/10 15:48:23 wolf31o2 Exp $
+
+ 10 Feb 2006; Chris Gianelloni <wolf31o2@gentoo.org>
+ -livecd/cdtar/yaboot-1.3.11-ppc-cdtar-r1.tar.bz2,
+ +livecd/cdtar/yaboot-1.3.11-ppc64-cdtar-r1.tar.bz2, catalyst,
+ targets/support/rc-update.sh:
+ Updated ppc64's cdtar file with a new boot.msg, removed older file, and
+ fixed bug #122154. This is catalyst 2.0_rc36.
09 Feb 2006; Chris Gianelloni <wolf31o2@gentoo.org> catalyst,
livecd/files/livecd.motd.txt, targets/support/livecdfs-update.sh:
#!/usr/bin/python -OO
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/catalyst,v 1.143 2006/02/09 15:09:18 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/catalyst,v 1.144 2006/02/10 15:48:23 wolf31o2 Exp $
# Maintained in full by:
# Eric Edgar <rocket@gentoo.org>
import pdb
__maintainer__="Chris Gianelloni <wolf31o2@gentoo.org>"
-__version__="2.0_rc35"
+__version__="2.0_rc36"
conf_values={}
for x in ${clst_rcadd}
do
echo "Adding ${x%%|*} to ${x##*|}"
- if [ ! -d /etc/runlevels/${x%%|*} ]
+ if [ ! -d /etc/runlevels/${x##|*} ]
then
echo "Runlevel ${x##*|} doesn't exist .... creating it"
mkdir -p "/etc/runlevels/${x##*|}"