-n, not -z
authorChris Gianelloni <wolf31o2@gentoo.org>
Mon, 28 Feb 2005 23:40:38 +0000 (23:40 +0000)
committerChris Gianelloni <wolf31o2@gentoo.org>
Mon, 28 Feb 2005 23:40:38 +0000 (23:40 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@548 d1e1f19c-881f-0410-ab34-b69fee027534

ChangeLog
targets/livecd-stage1/livecd-stage1.sh

index 29a38a8b2fc01f7adaa07de9baa3884aefea141f..0d0fff61fb938ef3561f796cb9faa2d8e22705c8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,10 @@
 # ChangeLog for gentoo/src/catalyst 
 # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.173 2005/02/28 23:21:09 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.174 2005/02/28 23:40:38 wolf31o2 Exp $
+
+  28 Feb 2005; Chris Gianelloni <wolf31o2@gentoo.org>
+  targets/livecd-stage1/livecd-stage1.sh:
+  -n, not -z
 
   28 Feb 2005; Chris Gianelloni <wolf31o2@gentoo.org>
   livecd/files/livecd-local.start, livecd/runscript/default-runscript.sh,
index 01197f08dd21dc5b1e10d874a48b8cc2fdef5684..d04db8df7f1203d6060f6e933e67cbb6047266ec 100755 (executable)
@@ -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/targets/livecd-stage1/Attic/livecd-stage1.sh,v 1.19 2005/02/28 23:21:09 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/targets/livecd-stage1/Attic/livecd-stage1.sh,v 1.20 2005/02/28 23:40:38 wolf31o2 Exp $
 
 case $1 in
        enter)
@@ -17,7 +17,7 @@ case $1 in
 
        preclean)
                GCONFD_RUNNING="`pidof gconfd-2`"
-               if [ -z "${GCONFD_RUNNING}" ]
+               if [ -n "${GCONFD_RUNNING}" ]
                then
                        killall -9 gconfd-2
                fi