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

/freebsd-10.2-release/contrib/ofed/management/opensm/scripts/
H A Dredhat-opensm.init.in66 PID_FILE=/var/run/${bin}.pid
67 touch $PID_FILE
127 if [ -f $PID_FILE ]; then
129 read line < $PID_FILE
163 echo $OSM_PID > $PID_FILE
183 if [ -f $PID_FILE ]; then
185 read line < $PID_FILE
231 rm -f $PID_FILE
248 if [ -f $PID_FILE ] ; then
249 read pid < $PID_FILE
[all...]
/freebsd-10.2-release/crypto/openssh/contrib/redhat/
H A Dsshd.init.old30 PID_FILE=/var/run/sshd.pid
127 if [ ! -f $PID_FILE ] ; then
141 if [ -f $PID_FILE ] ; then
H A Dsshd.init26 PID_FILE=/var/run/sshd.pid
/freebsd-10.2-release/sbin/devd/
H A Dparse.y50 %token OPTIONS SET DIRECTORY PID_FILE DEVICE_NAME ACTION MATCH
95 : PID_FILE STRING SEMICOLON { set_pidfile($2); }

Completed in 166 milliseconds