Searched refs:pid_file (Results 1 - 4 of 4) sorted by relevance

/bind-9.11.3/bin/tests/system/
H A Dstop.pl98 my $pid_file;
100 $pid_file = "named.pid";
102 $pid_file = "lwresd.pid";
104 $pid_file = "ans.pid";
109 $pid_file = "$testdir/$server/$pid_file";
114 my($pid_file) = @_;
117 my $result = open FH, "< $pid_file";
119 print "I:$pid_file: $!\n";
120 unlink $pid_file;
[all...]
H A Dstart.pl138 my $pid_file;
197 $pid_file = "named.pid";
225 $pid_file = "lwresd.pid";
245 $pid_file = "ans.pid";
272 while (!-s $pid_file) {
/bind-9.11.3/bin/tests/virtual-time/
H A Dstop.pl96 my $pid_file;
98 $pid_file = "named.pid";
103 $pid_file = "$testdir/$server/$pid_file";
108 my($pid_file) = @_;
111 my $result = open FH, "< $pid_file";
113 print "I:$pid_file: $!\n";
114 unlink $pid_file;
139 my $pid_file = server_pid_file($server);
140 return unless -f $pid_file;
[all...]
H A Dstart.pl112 my $pid_file;
127 $pid_file = "named.pid";
146 while (!-f $pid_file) {

Completed in 8 milliseconds