Home
last modified time | relevance | path

Searched refs:PIDFILE (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/bsd/ntp/dist/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
66 if [ -r $PIDFILE ]; then
[all …]
/netbsd-src/external/bsd/cron/dist/
H A Dpathnames.h80 #define PIDFILE "cron.pid" macro
81 #define _PATH_CRON_PID PIDDIR PIDFILE
/netbsd-src/external/bsd/dhcpcd/dist/src/
H A Ddefs.h59 #ifndef PIDFILE
60 # define PIDFILE RUNDIR "/%s%s%spid" macro
H A Ddhcpcd.h117 char pidfile[sizeof(PIDFILE) + IF_NAMESIZE + 1];
H A Ddhcpcd.c2204 PIDFILE, ifname, per, "."); in main()
2207 PIDFILE, "", "", ""); in main()
/netbsd-src/external/bsd/nsd/include/
H A Dconfig.h581 #define PIDFILE CHROOTDIR "/var/run/nsd.pid" macro
/netbsd-src/external/bsd/unbound/include/
H A Dconfig.h788 #define PIDFILE "/var/run/unbound.pid" macro
/netbsd-src/external/bsd/nsd/dist/
H A Dnsd.c1164 nsd.pidfile = PIDFILE; in main()
H A Dconfig.h.in577 #undef PIDFILE
H A Dconfigure.ac97 AC_DEFINE_UNQUOTED(PIDFILE, ["`eval echo $pidfile`"], [Pathname to the NSD pidfile]) definition
H A Doptions.c90 opt->pidfile = PIDFILE; in nsd_options_create()
/netbsd-src/external/bsd/unbound/dist/
H A Dconfig.h.in787 #undef PIDFILE
H A Dconfigure.ac235 AC_DEFINE_UNQUOTED(PIDFILE, ["$hdr_pid"], [default pidfile location]) definition
/netbsd-src/external/bsd/unbound/dist/util/
H A Dconfig_file.c195 if(!(cfg->pidfile = strdup(PIDFILE))) goto error_exit; in config_create()