Searched refs:pid (Results 1 - 25 of 406) sorted by relevance

1234567891011>>

/bind-9.11.3/contrib/scripts/
H A Dnanny.pl13 $pid_file_location = '/var/run/named.pid';
21 $pid = 0;
23 $pid = <FILE>;
25 chomp($pid);
27 $res = kill 0, $pid;
40 if ($pid != 0) {
41 kill 15, $pid;
/bind-9.11.3/util/
H A Dnanny.pl13 $pid_file_location = '/var/run/named.pid';
21 $pid = 0;
23 $pid = <FILE>;
25 chomp($pid);
27 $ps_command = "ps -axw | grep named | grep $pid | grep -v grep |";
30 # Make sure there's a named on the pid we just got. Since there is no
47 if ($pid != 0) {
48 kill 15, $pid;
/bind-9.11.3/bin/tests/system/stress/
H A Dtests.sh19 done" & echo $! >reload.pid
31 kill `cat reload.pid`
H A Dclean.sh11 rm -f reload.pid
/bind-9.11.3/bin/tests/virtual-time/
H A Dstop.pl98 $pid_file = "named.pid";
118 my $pid = <FH>;
119 chomp($pid);
120 return $pid;
142 my $pid = read_pid($pid_file);
143 return unless defined($pid);
150 my $result = kill $sig, $pid;
/bind-9.11.3/bin/tests/system/runtime/
H A Dtests.sh16 [ -s ns2/named.pid ] || ret=1
38 pid=`cat ns2/named2.pid 2>/dev/null`
39 test "${pid:+set}" = set && $KILL -15 ${pid} >/dev/null 2>&1
50 pid=`cat ns2/named3.pid 2>/dev/null`
51 test "${pid:+set}" = set && $KILL -15 ${pid} >/dev/null 2>&1
61 pid
[all...]
H A Dclean.sh12 rm -f ns*/named.lock ns*/named*.pid ns*/other.lock
13 rm -f *.pid
/bind-9.11.3/bin/tests/system/
H A Dstop.pl100 $pid_file = "named.pid";
102 $pid_file = "lwresd.pid";
104 $pid_file = "ans.pid";
124 my $pid = <FH>;
125 chomp($pid);
126 return $pid;
148 my $pid = read_pid($pid_file);
149 return unless defined($pid);
158 $result = system("/bin/kill -f -$sig $pid");
165 $result = kill $sig, $pid;
[all...]
/bind-9.11.3/bin/tests/system/tsiggss/
H A Dauthsock.pl20 my $pidfile = "authsock.pid";
39 open(my $pid,">",$pidfile)
41 print $pid "$$\n";
42 close($pid);
/bind-9.11.3/bin/tests/system/chain/
H A Dclean.sh9 rm -f dig.out.* named*.pid
/bind-9.11.3/bin/tests/system/names/
H A Dclean.sh13 rm -f ns*/named.pid
/bind-9.11.3/bin/tests/system/rndc/ns4/
H A Dnamed.conf.in13 pid-file "named.pid";
/bind-9.11.3/bin/tests/system/rndc/ns6/
H A Dnamed.conf.in13 pid-file "named.pid";
/bind-9.11.3/contrib/dnspriv/
H A Dnginx.conf11 pid /var/run/nginx.pid;
/bind-9.11.3/bin/tests/system/inline/ns5/
H A Dnamed.conf.pre22 pid-file "named.pid";
/bind-9.11.3/bin/tests/system/logfileconfig/ns1/
H A Dnamed.plainconf14 pid-file "named.pid";
/bind-9.11.3/bin/tests/system/rpzrecurse/ns2/
H A Dnamed.conf.header16 pid-file "named.pid";
/bind-9.11.3/bin/tests/system/rrl/
H A Dclean.sh13 rm -f ns3/bl*.db */*.jnl */*.core */*.pid
/bind-9.11.3/bin/tests/system/xfer/ns4/
H A Dnamed.conf.base16 pid-file "named.pid";
/bind-9.11.3/contrib/dlz/modules/ldap/testing/
H A Dslapd.conf9 pidfile /var/run/slapd/slapd.pid
/bind-9.11.3/bin/tests/system/additional/ns3/
H A Dnamed.conf16 pid-file "named.pid";
/bind-9.11.3/bin/tests/system/database/ns1/
H A Dnamed.conf127 pid-file "named.pid";
H A Dnamed.conf227 pid-file "named.pid";
/bind-9.11.3/bin/tests/system/dscp/ns1/
H A Dnamed.conf17 pid-file "named.pid";
/bind-9.11.3/bin/tests/system/dscp/ns3/
H A Dnamed.conf17 pid-file "named.pid";

Completed in 262 milliseconds

1234567891011>>