Searched refs:pidfile (Results 1 - 25 of 100) sorted by relevance

1234

/freebsd-10-stable/contrib/pf/pflogd/
H A Dpidfile.h3 int pidfile(const char *);
/freebsd-10-stable/bin/pkill/tests/
H A Dpgrep-LF_test.sh8 name="pgrep -LF <pidfile>"
9 pidfile=$(pwd)/pidfile.txt
12 daemon -p $pidfile $sleep 5
14 chpid=`cat $pidfile`
15 pid=`pgrep -f -L -F $pidfile $sleep`
23 # Be sure we cannot find process which pidfile is not locked.
27 echo $chpid > $pidfile
28 pgrep -f -L -F $pidfile $sleep 2>/dev/null
40 rm -f $pidfile
[all...]
H A Dpgrep-F_test.sh8 name="pgrep -F <pidfile>"
9 pidfile=$(pwd)/pidfile.txt
15 echo $chpid > $pidfile
16 pid=`pgrep -f -F $pidfile $sleep`
23 rm -f $pidfile
H A Dpkill-F_test.sh8 name="pkill -F <pidfile>"
9 pidfile=$(pwd)/pidfile.txt
14 echo $! > $pidfile
15 pkill -f -F $pidfile $sleep
26 rm -f $pidfile
H A Dpkill-LF_test.sh8 name="pkill -LF <pidfile>"
9 pidfile=$(pwd)/pidfile.txt
12 daemon -p $pidfile $sleep 5
14 pkill -f -L -F $pidfile $sleep
25 # Be sure we cannot kill process which pidfile is not locked.
29 echo $chpid > $pidfile
30 pkill -f -L -F $pidfile $sleep 2>/dev/null
42 rm -f $pidfile
/freebsd-10-stable/etc/rc.d/
H A Dbsnmpd17 pidfile="${bsnmpd_pidfile:-/var/run/snmpd.pid}"
18 command_args="-p ${pidfile}"
H A Dhostapd19 pidfile="/var/run/${name}.pid"
23 pidfile="/var/run/${name}-${ifn}.pid"
26 command_args="-P ${pidfile} -B ${conf_file}"
H A Dauditdistd15 pidfile="/var/run/${name}.pid"
H A Dcron16 pidfile="/var/run/${name}.pid"
H A Dctld15 pidfile="/var/run/${name}.pid"
H A Dinetd15 pidfile="/var/run/${name}.pid"
H A Discsid15 pidfile="/var/run/${name}.pid"
H A Dmrouted15 pidfile="/var/run/${name}.pid"
H A Drarpd19 pidfile="${rarpd_pidfile:-/var/run/${name}.pid}"
H A Dwatchdogd39 pidfile="/var/run/${name}.pid"
H A Dautomountd14 pidfile="/var/run/${name}.pid"
H A Dautounmountd14 pidfile="/var/run/${name}.pid"
H A Dftpd15 pidfile="/var/run/${name}.pid"
H A Drtsold16 pidfile="/var/run/${name}.pid"
H A Dbthidd16 pidfile="/var/run/${name}.pid"
30 command_args="-c ${config} -H ${hids} -p ${pidfile}"
H A Ddevd23 pidfile="$_pidfile_from_conf"
25 pidfile="/var/run/${name}.pid"
H A Dhcsecd16 pidfile="/var/run/${name}.pid"
H A Dwpa_supplicant41 pidfile="/var/run/${name}/${ifn}.pid"
42 command_args="-B -i $ifn -c $conf_file -D $driver -P $pidfile"
H A Dpflog15 pidfile="/var/run/pflogd.pid"
41 # -p flag requires stripping pidfile's leading /var/run and trailing .pid
42 pidfile=$(echo $pidfile | sed -e 's|/var/run/||' -e 's|.pid$||')
45 rc_flags="-p $pidfile -f $pflog_logfile -i $pflog_dev $rc_flags"
59 rm $pidfile
89 # Provide a unique pidfile name for pflogd -p <pidfile> flag
90 pidfile="/var/run/pflogd.$2.pid"
/freebsd-10-stable/contrib/wpa/wpa_supplicant/examples/
H A Dudhcpd-p2p.conf63 pidfile /var/run/udhcpd-wlan2.pid #default: /var/run/udhcpd.pid

Completed in 89 milliseconds

1234