| /freebsd-12.1/crypto/openssh/ |
| H A D | opensshd.init.in | 17 PidFile=`grep "^PidFile" ${sysconfdir}/sshd_config | tr "=" " " | awk '{print $2}'` 18 [ X$PidFile = X ] || PIDFILE=$PidFile
|
| H A D | sshd_config | 103 #PidFile /var/run/sshd.pid
|
| H A D | ChangeLog | 2839 Default PidFile is sshd.pid not ssh.pid. 8501 Unlink PidFile on SIGHUP and always recreate it when the 8580 and if so, skip the call to daemon() and do not rewrite the PidFile. This
|
| /freebsd-12.1/libexec/rbootd/ |
| H A D | rbootd.c | 183 if ((fp = fopen(PidFile, "w")) != NULL) { in main() 187 syslog(LOG_WARNING, "fopen: failed (%s)", PidFile); in main()
|
| H A D | conf.c | 77 char *PidFile = _PATH_RBOOTDPID; /* file w/pid of server */ variable
|
| H A D | defs.h | 137 extern char *PidFile; /* file containing pid of server */
|
| /freebsd-12.1/release/picobsd/floppy.tree/etc/ssh/ |
| H A D | sshd_config | 24 # PidFile /u/zappa/.ssh/pid
|
| /freebsd-12.1/contrib/netbsd-tests/lib/librumphijack/ |
| H A D | sshd_config.in | 23 PidFile @WORKDIR@/sshd.pid
|
| /freebsd-12.1/contrib/netbsd-tests/fs/psshfs/ |
| H A D | sshd_config.in | 23 PidFile @WORKDIR@/sshd.pid
|
| /freebsd-12.1/tools/tools/nanobsd/rescue/Files/etc/ssh/ |
| H A D | sshd_config | 103 #PidFile /var/run/sshd.pid
|
| /freebsd-12.1/sbin/natd/ |
| H A D | natd.c | 1053 PidFile, enumerator 1298 { PidFile, 1515 case PidFile: in ParseOption()
|
| /freebsd-12.1/crypto/openssh/regress/ |
| H A D | test-exec.sh | 421 PidFile $PIDFILE
|
| /freebsd-12.1/usr.sbin/syslogd/ |
| H A D | syslogd.c | 154 static const char *PidFile = _PATH_LOGPID; variable 643 PidFile = optarg; in main() 704 pfh = pidfile_open(PidFile, 0600, &spid); in main()
|
| /freebsd-12.1/contrib/sendmail/src/ |
| H A D | main.c | 627 sm_dprintf(" Pid file:\t%s (default)\n", PidFile); 1423 expand(PidFile, pidpath, sizeof(pidpath), &BlankEnvelope); 3085 expand(PidFile, pidpath, sizeof(pidpath), CurEnv);
|
| H A D | util.c | 590 expand(PidFile, pidpath, sizeof(pidpath), e);
|
| H A D | sendmail.h | 2505 EXTERN char *PidFile; /* location of proc id file [conf.c] */ variable
|
| H A D | conf.c | 343 PidFile = newstr(_PATH_SENDMAILPID);
|
| H A D | readcf.c | 3935 PSTRSET(PidFile, val);
|
| /freebsd-12.1/contrib/sendmail/cf/cf/ |
| H A D | submit.cf | 475 O PidFile=/var/spool/clientmqueue/sm-client.pid
|
| /freebsd-12.1/contrib/sendmail/cf/m4/ |
| H A D | proto.m4 | 615 _OPTION(PidFile, `confPID_FILE', `/var/run/sendmail.pid')
|
| /freebsd-12.1/contrib/sendmail/ |
| H A D | RELEASE_NOTES | 359 Use new directory "/system/volatile" for PidFile on 830 Fix a regression in 8.13.7: the PidFile could be removed after 2002 Use TempFileMode (defaults to 0600) for the permissions of PidFile 4263 New option PidFile to define the location of the pid file. The 4267 New macros for use with the PidFile and ProcessTitlePrefix options 4891 confPID_FILE PidFile
|
| /freebsd-12.1/contrib/sendmail/cf/ |
| H A D | README | 4259 confPID_FILE PidFile [system dependent] Location of pid
|