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
|
fi
|
||||||
|
|
||||||
AC_ARG_WITH([pid-dir],
|
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" && \
|
if test -n "$withval" && test "x$withval" != "xno" && \
|
||||||
test "x${withval}" != "xyes"; then
|
test "x${withval}" != "xyes"; then
|
||||||
|
|
Loading…
Reference in New Issue