From 6626560ebae6d800c7ce092a8d72f31733bdd0bf Mon Sep 17 00:00:00 2001 From: Eric Edgar Date: Wed, 1 Feb 2006 21:14:12 +0000 Subject: [PATCH] add sleep to try and give processes a chance to die. bug 119940 git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1061 d1e1f19c-881f-0410-ab34-b69fee027534 --- ChangeLog | 6 +++++- targets/support/kill-chroot-pids.sh | 4 ++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index eff8288d..03ae31c5 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.546 2006/02/01 21:09:50 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.547 2006/02/01 21:14:11 rocket Exp $ + + 01 Feb 2006; Eric Edgar + targets/support/kill-chroot-pids.sh: + add sleep to try and give processes a chance to die. bug 119940 01 Feb 2006; Chris Gianelloni targets/support/functions.sh: diff --git a/targets/support/kill-chroot-pids.sh b/targets/support/kill-chroot-pids.sh index 3418e080..9e8bf01d 100755 --- a/targets/support/kill-chroot-pids.sh +++ b/targets/support/kill-chroot-pids.sh @@ -55,4 +55,8 @@ then do kill -9 ${pid} done + + # Small sleep here to give the process(es) a chance to die before running unbind again. + sleep 5 + fi -- 2.26.2