Searched defs:restart (Results 1 - 4 of 4) sorted by relevance

/bind-9.11.3/contrib/scripts/
H A Dnanny.pl22 open(FILE, $pid_file_location) || goto restart;
29 goto restart if ($res == 0);
34 goto restart if ($return == 9);
39 restart: label
/bind-9.11.3/util/
H A Dnanny.pl22 open(FILE, $pid_file_location) || goto restart;
37 goto restart if ($line eq "");
41 goto restart if ($return == 9);
46 restart: label
/bind-9.11.3/bin/tests/system/masterformat/
H A Dtests.sh70 restart () { function
72 (cd ..; $PERL start.pl --noclean --restart masterformat ns3)
204 restart
230 restart
/bind-9.11.3/bin/tests/system/rpz/
H A Dtests.sh99 restart () { function
119 $PERL $SYSTEMTESTTOP/start.pl --noclean --restart . ns$1
133 # restart the server to avoid stalling waiting for it to stop
134 restart $CKALIVE_NS
587 # restart the main test RPZ server to see if that creates a core file
590 restart 3

Completed in 22 milliseconds