Revert the --restart -> --restart_server rename
This commit is contained in:
@@ -337,7 +337,7 @@ rm named.pid
|
||||
cd ..
|
||||
sleep 10
|
||||
if
|
||||
start_server --noclean --restart_server --port ${PORT} nsupdate ns1
|
||||
start_server --noclean --restart --port ${PORT} nsupdate ns1
|
||||
then
|
||||
echo_i "restarted server ns1"
|
||||
else
|
||||
@@ -519,7 +519,7 @@ sleep 3
|
||||
# that the data served by the new server process are exactly
|
||||
# those dumped to the master file by "rndc stop".
|
||||
rm -f ns1/*jnl
|
||||
start_server --noclean --restart_server --port ${PORT} nsupdate ns1
|
||||
start_server --noclean --restart --port ${PORT} nsupdate ns1
|
||||
for try in 0 1 2 3 4 5 6 7 8 9; do
|
||||
iret=0
|
||||
$DIG $DIGOPTS +tcp +noadd +nosea +nostat +noquest +nocomm +nocmd \
|
||||
|
||||
Reference in New Issue
Block a user