mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Don't restart ns5 after killing it
This commit is contained in:
parent
a0c1fa2a8f
commit
1ff22ac042
1 changed files with 1 additions and 2 deletions
|
|
@ -416,8 +416,7 @@ if test -n "$QPERF"; then
|
|||
# server really stops and deletes named.pid.
|
||||
echo "# rpz off" >ns5/rpz-switch
|
||||
PID=`cat ns5/named.pid`
|
||||
test -z "$PID" || kill -9 "$PID"
|
||||
$PERL $SYSTEMTESTTOP/start.pl --noclean --restart . ns5
|
||||
test -z "$PID" || kill -9 "$PID" && rm -f ns5/named.pid
|
||||
|
||||
NORPZ=`trim norpz`
|
||||
RPZ=`trim rpz`
|
||||
|
|
|
|||
Loading…
Reference in a new issue