mirror of git://anongit.mindrot.org/openssh.git
Default PidFile is sshd.pid not ssh.pid.
This commit is contained in:
parent
49f3c0ec47
commit
075e258c2c
|
@ -4775,7 +4775,7 @@ if test ! -d $piddir ; then
|
|||
fi
|
||||
|
||||
AC_ARG_WITH([pid-dir],
|
||||
[ --with-pid-dir=PATH Specify location of ssh.pid file],
|
||||
[ --with-pid-dir=PATH Specify location of sshd.pid file],
|
||||
[
|
||||
if test -n "$withval" && test "x$withval" != "xno" && \
|
||||
test "x${withval}" != "xyes"; then
|
||||
|
|
Loading…
Reference in New Issue