From e2cb9ff07101eced7435fc62440bd9d7fbbfbfc3 Mon Sep 17 00:00:00 2001 From: Michael Sawyer Date: Wed, 14 Jun 2000 20:55:52 +0000 Subject: [PATCH] Clean up "dead" named processes if the initial version.bind dig fails. --- bin/tests/system/start.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/bin/tests/system/start.sh b/bin/tests/system/start.sh index a6781a826c..57cb8ab658 100644 --- a/bin/tests/system/start.sh +++ b/bin/tests/system/start.sh @@ -72,4 +72,11 @@ do done rm -f dig.out +if [ $status != 0 ] +then + echo "I: Couldn't talk to server(s)." + cd .. + sh stop.sh $1 +fi + exit $status