# ChangeLog for gentoo/src/catalyst
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.108 2004/11/02 23:23:16 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.109 2004/11/07 13:51:55 wolf31o2 Exp $
+
+ 07 Nov 2004; Chris Gianelloni <wolf31o2@gentoo.org> catalyst,
+ examples/snapshot_template.spec,
+ livecd/runscript-support/gamecdfs-update.sh,
+ livecd/runscript-support/livecdfs-update.sh:
+ Fixing typo in snapshot_template.spec and closing bug #70321.
02 Nov 2004; Chris Gianelloni <wolf31o2@gentoo.org>
livecd/runscript-support/pre-kmerge.sh:
#!/usr/bin/python
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/catalyst,v 1.52 2004/10/21 17:06:21 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/catalyst,v 1.53 2004/11/07 13:51:55 wolf31o2 Exp $
# Maintained in full by John Davis <zhen@gentoo.org>
import os,sys,imp,string,getopt
__maintainer__="John Davis <zhen@gentoo.org>"
-__version__="1.1.0"
+__version__="1.1.2"
conf_values={}
## John Davis <zhen@gentoo.org>
# lets catalyst know what it is building
-target: snaphost
+target: snapshot
# marks the tarball and makes it unique. Usually, this is a date.
# example:
#!/bin/bash
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/livecd/runscript-support/Attic/gamecdfs-update.sh,v 1.2 2004/07/26 19:37:20 zhen Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/livecd/runscript-support/Attic/gamecdfs-update.sh,v 1.3 2004/11/07 13:51:55 wolf31o2 Exp $
# These variables are to be used for creating the menu entry and also to tell
# the CD what to execute
GAME_SHORT_NAME="UT2004 Demo"
GAME_EXECUTABLE="/usr/games/bin/ut2004demo"
-sed -i -e 's:localhost:localhost livecd:' /etc/hosts
-sed -i -e 's:GAME_NAME:${GAME_NAME}:' /etc/motd
-sed -i -e 's:GAME_EXECUTABLE:${GAME_EXECUTABLE}:' /etc/X11/xinit/xinitrc
+sed -i -e "s:localhost:livecd.gentoo localhost:" /etc/hosts
+sed -i -e "s:GAME_NAME:${GAME_NAME}:" /etc/motd
+sed -i -e "s:GAME_EXECUTABLE:${GAME_EXECUTABLE}:" /etc/X11/xinit/xinitrc
[ -x /sbin/openglify ] && /sbin/openglify
-touch /etc/asound.state # /etc/startx
+touch /etc/asound.state /etc/startx
cat > /usr/share/fluxbox/menu << EOF
#!/bin/bash
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/livecd/runscript-support/Attic/livecdfs-update.sh,v 1.19 2004/10/22 04:23:16 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/livecd/runscript-support/Attic/livecdfs-update.sh,v 1.20 2004/11/07 13:51:55 wolf31o2 Exp $
/usr/sbin/env-update
source /etc/profile
fi
# tar up the firmware so that it does not get clobbered by the livecd mounts
-[ -n $(ls /usr/lib/hotplug/firmware) ] && tar cvjpf /usr/lib/hotplug/firmware.tar.bz2 /usr/lib/hotplug/firmware/*
+[ -n "$(ls /usr/lib/hotplug/firmware)" ] && tar cvjpf /usr/lib/hotplug/firmware.tar.bz2 /usr/lib/hotplug/firmware/*
ln -sf /lib/firmware /usr/lib/hotplug/firmware