Fixing my own bug in livecdfs-update.sh and rolling 2.0_rc43.
authorChris Gianelloni <wolf31o2@gentoo.org>
Wed, 19 Apr 2006 15:34:08 +0000 (15:34 +0000)
committerChris Gianelloni <wolf31o2@gentoo.org>
Wed, 19 Apr 2006 15:34:08 +0000 (15:34 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1118 d1e1f19c-881f-0410-ab34-b69fee027534

ChangeLog
catalyst
targets/support/livecdfs-update.sh

index 909358992e7bf86f688d295a60f12c1ffdab6cde..9e0868599db9e08a54cd5ca164e2efaad72160a2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.603 2006/04/19 14:45:00 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.604 2006/04/19 15:34:08 wolf31o2 Exp $
+
+  19 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org> catalyst,
+  targets/support/livecdfs-update.sh:
+  Fixing my own bug in livecdfs-update.sh and rolling 2.0_rc43.
 
   19 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org>
   targets/support/rc-update.sh:
index f436ca791835f00f1349c1ad5acc5d2508636ad1..9b7a9e52392e7c8c8d22157f1afc90e3bd30602e 100755 (executable)
--- a/catalyst
+++ b/catalyst
@@ -1,7 +1,7 @@
 #!/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.150 2006/04/18 20:59:12 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/catalyst,v 1.151 2006/04/19 15:34:08 wolf31o2 Exp $
 
 # Maintained in full by:
 # Eric Edgar <rocket@gentoo.org>
@@ -11,7 +11,7 @@ import os,sys,imp,string,getopt
 import pdb
 
 __maintainer__="Chris Gianelloni <wolf31o2@gentoo.org>"
-__version__="2.0_rc42"
+__version__="2.0_rc43"
 
 conf_values={}
 
index 271da123d49d61bf60aa8248d7107221af903fe7..708ce35d0b27c70b9a06c5196e9a35a995cb72f7 100755 (executable)
@@ -1,7 +1,7 @@
 #!/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.44 2006/04/17 19:01:02 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/targets/support/livecdfs-update.sh,v 1.45 2006/04/19 15:34:08 wolf31o2 Exp $
 
 . /tmp/chroot-functions.sh
 
@@ -37,7 +37,7 @@ echo 'DNSDOMAIN="gentoo"' >> /etc/conf.d/domainname
 if [ -n "${clst_livecd_users}" ]
 then
        # Here we check to see if games exists for bug #125498
-       if [ "$(getent group games | cut -d: -f1`)" != "games" ]
+       if [ "$(getent group games | cut -d: -f1)" != "games" ]
        then
                echo "Adding games group"
                groupadd -g 35 games