# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.650 2006/07/25 20:29:10 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.651 2006/07/26 22:38:45 wolf31o2 Exp $
+
+ 26 Jul 2006; Chris Gianelloni <wolf31o2@gentoo.org>
+ targets/support/livecdfs-update.sh:
+ Fix my sed line so it actually applies correctly.
25 Jul 2006; Chris Gianelloni <wolf31o2@gentoo.org>
targets/support/chroot-functions.sh:
#!/bin/bash
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/targets/support/livecdfs-update.sh,v 1.56 2006/07/21 16:16:39 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/targets/support/livecdfs-update.sh,v 1.57 2006/07/26 22:38:45 wolf31o2 Exp $
. /tmp/chroot-functions.sh
-e "/^# SPLASH_TTYS=/ s/^#//" \
/etc/conf.d/splash
sed -i \
- -e 's/type" cachedir "${spl_/type" tmpfs "${spl_/' \
+ -e 's/type}" cachedir "${spl_/type}" tmpfs "${spl_/' \
/sbin/splash-functions.sh
rm -f /etc/splash/default
ln -s /etc/splash/${clst_livecd_splash_theme} /etc/splash/default