From 075e258c2cc41e1d7f3ea2d292c5342091728d40 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Tue, 13 Feb 2018 17:36:43 +1100 Subject: Default PidFile is sshd.pid not ssh.pid. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index b606a1c3..56172972 100644 --- a/configure.ac +++ b/configure.ac @@ -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 -- cgit v1.2.3