Searched refs:PidFile (Results 1 – 20 of 20) sorted by relevance
| /freebsd-12-stable/crypto/openssh/ |
| D | opensshd.init.in | 17 PidFile=`grep "^PidFile" ${sysconfdir}/sshd_config | tr "=" " " | awk '{print $2}'` 18 [ X$PidFile = X ] || PIDFILE=$PidFile
|
| D | sshd_config | 104 #PidFile /var/run/sshd.pid
|
| /freebsd-12-stable/libexec/rbootd/ |
| D | rbootd.c | 183 if ((fp = fopen(PidFile, "w")) != NULL) { in main() 187 syslog(LOG_WARNING, "fopen: failed (%s)", PidFile); in main()
|
| D | conf.c | 77 char *PidFile = _PATH_RBOOTDPID; /* file w/pid of server */ variable
|
| D | defs.h | 137 extern char *PidFile; /* file containing pid of server */
|
| /freebsd-12-stable/release/picobsd/floppy.tree/etc/ssh/ |
| D | sshd_config | 24 # PidFile /u/zappa/.ssh/pid
|
| /freebsd-12-stable/contrib/netbsd-tests/fs/psshfs/ |
| D | sshd_config.in | 23 PidFile @WORKDIR@/sshd.pid
|
| /freebsd-12-stable/contrib/netbsd-tests/lib/librumphijack/ |
| D | sshd_config.in | 23 PidFile @WORKDIR@/sshd.pid
|
| /freebsd-12-stable/sbin/natd/ |
| D | natd.c | 1053 PidFile, enumerator 1298 { PidFile, 1515 case PidFile: in ParseOption()
|
| /freebsd-12-stable/crypto/openssh/regress/ |
| D | test-exec.sh | 524 PidFile $PIDFILE
|
| /freebsd-12-stable/usr.sbin/syslogd/ |
| D | syslogd.c | 155 static const char *PidFile = _PATH_LOGPID; variable 681 PidFile = optarg; in main() 742 pfh = pidfile_open(PidFile, 0600, &spid); in main()
|
| /freebsd-12-stable/contrib/sendmail/src/ |
| D | main.c | 647 sm_dprintf(" Pid file:\t%s (default)\n", PidFile); 1468 expand(PidFile, pidpath, sizeof(pidpath), &BlankEnvelope); 3189 expand(PidFile, pidpath, sizeof(pidpath), CurEnv);
|
| D | util.c | 619 expand(PidFile, pidpath, sizeof(pidpath), e);
|
| D | sendmail.h | 2616 EXTERN char *PidFile; /* location of proc id file [conf.c] */ variable
|
| D | readcf.c | 4083 PSTRSET(PidFile, val);
|
| D | conf.c | 357 PidFile = newstr(_PATH_SENDMAILPID);
|
| /freebsd-12-stable/contrib/sendmail/cf/cf/ |
| D | submit.cf | 476 O PidFile=/var/spool/clientmqueue/sm-client.pid
|
| /freebsd-12-stable/contrib/sendmail/cf/m4/ |
| D | proto.m4 | 628 _OPTION(PidFile, `confPID_FILE', `/var/run/sendmail.pid')
|
| /freebsd-12-stable/contrib/sendmail/ |
| D | RELEASE_NOTES | 600 Use new directory "/system/volatile" for PidFile on 1071 Fix a regression in 8.13.7: the PidFile could be removed after 2243 Use TempFileMode (defaults to 0600) for the permissions of PidFile 4504 New option PidFile to define the location of the pid file. The 4508 New macros for use with the PidFile and ProcessTitlePrefix options 5132 confPID_FILE PidFile
|
| /freebsd-12-stable/contrib/sendmail/cf/ |
| D | README | 4280 confPID_FILE PidFile [system dependent] Location of pid
|