Fixing minor sed bug in gamecdfs-update.sh.
authorChris Gianelloni <wolf31o2@gentoo.org>
Mon, 15 Nov 2004 01:32:15 +0000 (01:32 +0000)
committerChris Gianelloni <wolf31o2@gentoo.org>
Mon, 15 Nov 2004 01:32:15 +0000 (01:32 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@480 d1e1f19c-881f-0410-ab34-b69fee027534

ChangeLog
livecd/runscript-support/gamecdfs-update.sh

index cfbbf542b08a3a68643ba66bf9d89ef93d4f5e7c..4220f9f87c1979b52b78b5efba428fbebd73a915 100644 (file)
--- 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 <wolf31o2@gentoo.org>
+  livecd/runscript-support/gamecdfs-update.sh:
+  Fixing minor sed bug in gamecdfs-update.sh.
 
   07 Nov 2004; Chris Gianelloni <wolf31o2@gentoo.org> catalyst,
   examples/snapshot_template.spec,
index da85b37dde315e4d8d4819768980098892f2e6a9..9bf110154874b30d8c14c1027655810e3cb47c59 100644 (file)
@@ -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