From 7f3c4d596487aad8974dce4acc974170e9808468 Mon Sep 17 00:00:00 2001 From: Chris Gianelloni Date: Wed, 19 Apr 2006 15:34:08 +0000 Subject: [PATCH] Fixing my own bug in livecdfs-update.sh and rolling 2.0_rc43. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1118 d1e1f19c-881f-0410-ab34-b69fee027534 --- ChangeLog | 6 +++++- catalyst | 4 ++-- targets/support/livecdfs-update.sh | 4 ++-- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 90935899..9e086859 100644 --- 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 catalyst, + targets/support/livecdfs-update.sh: + Fixing my own bug in livecdfs-update.sh and rolling 2.0_rc43. 19 Apr 2006; Chris Gianelloni targets/support/rc-update.sh: diff --git a/catalyst b/catalyst index f436ca79..9b7a9e52 100755 --- 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 @@ -11,7 +11,7 @@ import os,sys,imp,string,getopt import pdb __maintainer__="Chris Gianelloni " -__version__="2.0_rc42" +__version__="2.0_rc43" conf_values={} diff --git a/targets/support/livecdfs-update.sh b/targets/support/livecdfs-update.sh index 271da123..708ce35d 100755 --- a/targets/support/livecdfs-update.sh +++ b/targets/support/livecdfs-update.sh @@ -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 -- 2.26.2