From: Chris Gianelloni Date: Mon, 15 Nov 2004 01:32:15 +0000 (+0000) Subject: Fixing minor sed bug in gamecdfs-update.sh. X-Git-Tag: CATALYST_2_0_6_916~893 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5e66a98e5c546b9b0a95205d1b13ea8121048c25;p=catalyst.git Fixing minor sed bug in gamecdfs-update.sh. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@480 d1e1f19c-881f-0410-ab34-b69fee027534 --- diff --git a/ChangeLog b/ChangeLog index cfbbf542..4220f9f8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for gentoo/src/catalyst # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.109 2004/11/07 13:51:55 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.110 2004/11/15 01:32:15 wolf31o2 Exp $ + + 14 Nov 2004; Chris Gianelloni + livecd/runscript-support/gamecdfs-update.sh: + Fixing minor sed bug in gamecdfs-update.sh. 07 Nov 2004; Chris Gianelloni catalyst, examples/snapshot_template.spec, diff --git a/livecd/runscript-support/gamecdfs-update.sh b/livecd/runscript-support/gamecdfs-update.sh index da85b37d..9bf11015 100644 --- a/livecd/runscript-support/gamecdfs-update.sh +++ b/livecd/runscript-support/gamecdfs-update.sh @@ -1,7 +1,7 @@ #!/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.3 2004/11/07 13:51:55 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/livecd/runscript-support/Attic/gamecdfs-update.sh,v 1.4 2004/11/15 01:32:15 wolf31o2 Exp $ # These variables are to be used for creating the menu entry and also to tell # the CD what to execute @@ -10,7 +10,7 @@ GAME_SHORT_NAME="UT2004 Demo" GAME_EXECUTABLE="/usr/games/bin/ut2004demo" 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_NAME:${GAME_NAME}:" /etc/motd sed -i -e "s:GAME_EXECUTABLE:${GAME_EXECUTABLE}:" /etc/X11/xinit/xinitrc [ -x /sbin/openglify ] && /sbin/openglify