Searched refs:PIDFILE (Results 1 – 14 of 14) sorted by relevance
/netbsd-src/external/bsd/ntp/dist/scripts/rc/ |
H A D | ntpd | 4 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 D | pathnames.h | 80 #define PIDFILE "cron.pid" macro 81 #define _PATH_CRON_PID PIDDIR PIDFILE
|
/netbsd-src/external/bsd/dhcpcd/dist/src/ |
H A D | defs.h | 59 #ifndef PIDFILE 60 # define PIDFILE RUNDIR "/%s%s%spid" macro
|
H A D | dhcpcd.h | 117 char pidfile[sizeof(PIDFILE) + IF_NAMESIZE + 1];
|
H A D | dhcpcd.c | 2204 PIDFILE, ifname, per, "."); in main() 2207 PIDFILE, "", "", ""); in main()
|
/netbsd-src/external/bsd/nsd/include/ |
H A D | config.h | 581 #define PIDFILE CHROOTDIR "/var/run/nsd.pid" macro
|
/netbsd-src/external/bsd/unbound/include/ |
H A D | config.h | 788 #define PIDFILE "/var/run/unbound.pid" macro
|
/netbsd-src/external/bsd/nsd/dist/ |
H A D | nsd.c | 1164 nsd.pidfile = PIDFILE; in main()
|
H A D | config.h.in | 577 #undef PIDFILE
|
H A D | configure.ac | 97 AC_DEFINE_UNQUOTED(PIDFILE, ["`eval echo $pidfile`"], [Pathname to the NSD pidfile]) definition
|
H A D | options.c | 90 opt->pidfile = PIDFILE; in nsd_options_create()
|
/netbsd-src/external/bsd/unbound/dist/ |
H A D | config.h.in | 787 #undef PIDFILE
|
H A D | configure.ac | 235 AC_DEFINE_UNQUOTED(PIDFILE, ["$hdr_pid"], [default pidfile location]) definition
|
/netbsd-src/external/bsd/unbound/dist/util/ |
H A D | config_file.c | 195 if(!(cfg->pidfile = strdup(PIDFILE))) goto error_exit; in config_create()
|