OSDN Git Service

bug fix
author6638678 <6638678@1ed66053-1c2d-0410-8867-f7571e6e31d3>
Wed, 6 Oct 2010 02:41:04 +0000 (02:41 +0000)
committer6638678 <6638678@1ed66053-1c2d-0410-8867-f7571e6e31d3>
Wed, 6 Oct 2010 02:41:04 +0000 (02:41 +0000)
git-svn-id: http://10.144.169.20/repos/um/branches/l7vsd-3.x-ramiel-epoll-cond@10335 1ed66053-1c2d-0410-8867-f7571e6e31d3

test/script/common/stop_um_ps.sh

index a7f2bdc..1fe3658 100755 (executable)
@@ -4,7 +4,7 @@ LOG "stop_um_ps start."
 
 if [ -n "`pgrep l7vsd`" ]
 then
-       ${INIT_L7VSD} stop 2>&1
+       ${INIT_L7VSD} stop > /dev/null 2>&1 
        if [ $? -ne 0 ]
        then
                LOG_FATAL "Can not stop l7vsd."