Searched refs:PID (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/bin/tests/system/rpzrecurse/
H A Dtests.sh170 PID=`ps | sed 's/^..//' | awk '$4 == '$WINPID | awk '{print $1}'`
172 PID=`cat ns1/named.pid`
174 kill -TSTP $PID
191 PID=`ps | sed 's/^..//' | awk '$4 == '$WINPID | awk '{print $1}'`
193 PID=`cat ns1/named.pid`
195 kill -CONT $PID
217 PID=`ps | sed 's/^..//' | awk '$4 == '$WINPID | awk '{print $1}'`
219 PID=`cat ns1/named.pid`
221 kill -TSTP $PID
237 PID
[all...]
/bind-9.11.3/bin/tests/system/rpz/
H A Dtests.sh106 PID=`cat ns$1/named.pid 2>/dev/null`
107 if test -n "$PID"; then
108 echo "I:killing ns$1 server $PID"
109 $KILL -9 $PID

Completed in 11 milliseconds