Searched refs:PIDFILE (Results 1 - 21 of 21) sorted by relevance

/freebsd-11-stable/contrib/ntp/scripts/rc/
H A Dntpd4 PIDFILE=/var/run/ntpd.pid
7 NTPD_OPTS="-g -u $USER:$GROUP -p $PIDFILE"
10 if [ -r $PIDFILE ]; then
11 echo "ntpd seems to be already running under pid `cat $PIDFILE`."
12 echo "Delete $PIDFILE if this is not the case.";
34 [ -e $PIDFILE ] && rm $PIDFILE
40 if [ ! -r $PIDFILE ]; then
45 PID=`cat $PIDFILE`
55 rm $PIDFILE
[all...]
/freebsd-11-stable/crypto/openssh/regress/
H A Dreconfigure.sh28 PID=`$SUDO cat $PIDFILE`
29 rm -f $PIDFILE
34 while [ ! -f $PIDFILE -a $i -lt 10 ]; do
39 test -f $PIDFILE || fatal "sshd did not restart"
H A Dtest-exec.sh298 if [ -f $PIDFILE ]; then
299 pid=`$SUDO cat $PIDFILE`
309 while [ -f $PIDFILE -a $i -lt 5 ]; do
313 test -f $PIDFILE && \
395 PIDFILE=$OBJ/pidfile
412 PidFile $PIDFILE
562 while [ ! -f $PIDFILE -a $i -lt 10 ]; do
567 test -f $PIDFILE || fatal "no sshd running on port $PORT"
/freebsd-11-stable/sbin/natd/
H A Dnatd.h15 #define PIDFILE "/var/run/natd.pid" macro
H A Dnatd.c176 pidName = PIDFILE;
/freebsd-11-stable/usr.sbin/cron/cron/
H A Dpathnames.h57 #define PIDFILE "%scron.pid" macro
H A Dcron.c84 (void) snprintf(pidfile, sizeof(pidfile), PIDFILE, PIDDIR);
/freebsd-11-stable/contrib/netbsd-tests/net/ndp/
H A Dt_ra.sh41 PIDFILE=./rump.rtadvd.pid
77 local PIDFILE=${1}
80 while [ -f ${PIDFILE} ]
171 start_rtadvd $RUMPSRV $PIDFILE
183 atf_check -s exit:0 kill -TERM `cat ${PIDFILE}`
184 wait_term ${PIDFILE}
190 start_rtadvd $RUMPSRV $PIDFILE
195 atf_check -s exit:0 kill -TERM `cat ${PIDFILE}`
196 wait_term ${PIDFILE}
204 if [ -f ${PIDFILE} ]; the
[all...]
/freebsd-11-stable/crypto/openssh/
H A Dopensshd.init.in16 PIDFILE=$piddir/sshd.pid
18 [ X$PidFile = X ] || PIDFILE=$PidFile
46 if [ -r $PIDFILE -a ! -z ${PIDFILE} ]; then
47 PID=`${CAT} ${PIDFILE}`
/freebsd-11-stable/contrib/openbsm/bin/auditdistd/
H A Dtoken.l69 pidfile { DP; return PIDFILE; }
H A Dparse.y88 %token PIDFILE
147 pidfile_statement: PIDFILE STR
/freebsd-11-stable/tests/sys/geom/class/gate/
H A Dggate_test.sh3 PIDFILE=ggated.pid
33 atf_check ggated -p $PORT -F $PIDFILE $CONF
183 if [ -f "$PIDFILE" ]; then
184 pkill -F "$PIDFILE"
185 rm $PIDFILE
/freebsd-11-stable/sbin/hastd/
H A Dtoken.l58 pidfile { DP; return PIDFILE; }
H A Dparse.y89 %token CONTROL PIDFILE LISTEN REPLICATION CHECKSUM COMPRESSION METAFLUSH
170 pidfile_statement: PIDFILE STR
/freebsd-11-stable/usr.sbin/ctld/
H A Dtoken.l76 pidfile { return PIDFILE; }
H A Dparse.y66 %token PATH PIDFILE PORT PORTAL_GROUP REDIRECT SEMICOLON SERIAL SIZE STR
151 pidfile: PIDFILE STR
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dcmd_args.c92 if (HAVE_OPT( PIDFILE ))
93 stats_config(STATS_PID_FILE, OPT_ARG( PIDFILE ), 0);
H A Dntpd-opts.h239 # ifdef PIDFILE
240 # warning undefining PIDFILE due to option name conflict
241 # undef PIDFILE macro
323 # undef PIDFILE macro
/freebsd-11-stable/usr.sbin/uhsoctl/
H A Duhsoctl.c76 #define PIDFILE "/var/run/uhsoctl.%s.pid" macro
1295 snprintf(ctx->pidfile, 127, PIDFILE, ctx->ifnam);
1326 snprintf(pidfile, 127, PIDFILE, ifnam);
/freebsd-11-stable/usr.sbin/unbound/
H A Dconfig.h746 #define PIDFILE "/var/unbound/unbound.pid" macro
/freebsd-11-stable/contrib/unbound/util/
H A Dconfig_file.c185 if(!(cfg->pidfile = strdup(PIDFILE))) goto error_exit;

Completed in 162 milliseconds