# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.255 2005/05/03 14:58:51 rocket Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.256 2005/05/03 15:57:37 rocket Exp $
+
+ 03 May 2005; Eric Edgar <rocket@gentoo.org> catalyst,
+ targets/support/kill-chroot-pids.sh:
+ Remove extra P_NAME definition that is never used. Saves processing time.
+ Bumped catalyst to pre2
03 May 2005; Eric Edgar <rocket@gentoo.org> catalyst,
modules/generic_stage_target.py, modules/livecd_stage2_target.py,
#!/usr/bin/python
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/catalyst,v 1.78 2005/05/03 14:58:52 rocket Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/catalyst,v 1.79 2005/05/03 15:57:37 rocket Exp $
# Maintained in full by:
# Eric Edgar <rocket@gentoo.org>
import os,sys,imp,string,getopt
__maintainer__="Chris Gianelloni <wolf31o2@gentoo.org>"
-__version__="2.0.0_pre1"
+__version__="2.0.0_pre2"
conf_values={}
if [ -d /proc/$i ]
then
# Search for exe containing string inside ${clst_chroot_path}
- P_NAME=$(ls -la --color=never /proc/$i 2>&1 |grep exe|grep ${clst_chroot_path}|awk '{print $11}')
ls -la --color=never /proc/$i 2>&1 |grep exe|grep ${clst_chroot_path} > /dev/null
# If found