Home | History | Annotate | Download | only in regress

Lines Matching refs:PidFile

169 	if [ -f $PIDFILE ]; then
170 pid=`$SUDO cat $PIDFILE`
180 while [ -f $PIDFILE -a $i -lt 5 ]; do
184 test -f $PIDFILE && \
241 PIDFILE=$OBJ/pidfile
253 PidFile $PIDFILE
384 while [ ! -f $PIDFILE -a $i -lt 10 ]; do
389 test -f $PIDFILE || fatal "no sshd running on port $PORT"