Revert the --restart -> --restart_server rename

This commit is contained in:
Ondřej Surý
2020-05-01 14:01:47 +02:00
parent adb73b1fc0
commit 3127e7680e
6 changed files with 13 additions and 13 deletions

View File

@@ -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 \