Default PidFile is sshd.pid not ssh.pid.

This commit is contained in:
Darren Tucker 2018-02-13 17:36:43 +11:00
parent 49f3c0ec47
commit 075e258c2c
1 changed files with 1 additions and 1 deletions

View File

@ -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