HomeSort by relevance Sort by last modified time
    Searched refs:PidFile (Results 1 - 8 of 8) sorted by null

  /external/openssh/
opensshd.init.in 16 PIDFILE=$piddir/sshd.pid
17 PidFile=`grep "^PidFile" ${sysconfdir}/sshd_config | tr "=" " " | awk '{print $2}'`
18 [ X$PidFile = X ] || PIDFILE=$PidFile
42 if [ -r $PIDFILE -a ! -z ${PIDFILE} ]; then
43 PID=`${CAT} ${PIDFILE}`
  /external/webkit/LayoutTests/http/conf/
apache2-debian-httpd.conf 71 # PidFile: The file in which the server should record its process
74 PidFile "/tmp/WebKit/httpd.pid"
apache2-httpd.conf 71 # PidFile: The file in which the server should record its process
74 PidFile "/tmp/WebKit/httpd.pid"
apache2-msys-httpd.conf 71 # PidFile: The file in which the server should record its process
74 PidFile "/tmp/WebKit/httpd.pid"
cygwin-httpd.conf 77 # PidFile: The file in which the server should record its process
80 PidFile "/tmp/WebKit/httpd.pid"
fedora-httpd.conf 60 # PidFile: The file in which the server should record its process
66 # PidFile: The file in which the server should record its process
69 PidFile "/tmp/WebKit/httpd.pid"
httpd.conf 77 # PidFile: The file in which the server should record its process
80 PidFile "/tmp/WebKit/httpd.pid"
  /external/openssh/regress/
test-exec.sh 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
    [all...]

Completed in 204 milliseconds