From: 6638678 <6638678@1ed66053-1c2d-0410-8867-f7571e6e31d3> Date: Fri, 27 Aug 2010 06:19:13 +0000 (+0000) Subject: bug fix X-Git-Tag: v3.0.1~6^2~139 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=af7cafe7595de337440f1fe52686a8cfcc2ac80f;p=ultramonkey-l7%2Fultramonkey-l7-v3.git bug fix git-svn-id: http://10.144.169.20/repos/um/branches/l7vsd-3.x-ramiel-epoll-cond@10248 1ed66053-1c2d-0410-8867-f7571e6e31d3 --- diff --git a/test/script/common/stop_um_ps.sh b/test/script/common/stop_um_ps.sh index 174da396..8ef4ef66 100755 --- a/test/script/common/stop_um_ps.sh +++ b/test/script/common/stop_um_ps.sh @@ -15,7 +15,7 @@ fi if [ -n "`pgrep l7directord`" ] then ${INIT_L7DIRECTORD} stop > /dev/null 2>&1 - pgrep l7directord | xargs kill > /dev/null 2>&1 + pgrep l7directord | xargs kill -KILL > /dev/null 2>&1 usleep 100000 if [ -n "`pgrep l7directord`" ] then