summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2018-02-13 17:36:43 +1100
committerDarren Tucker <dtucker@dtucker.net>2018-02-13 17:36:43 +1100
commit075e258c2cc41e1d7f3ea2d292c5342091728d40 (patch)
treea433d1e9110a3f6153629b82be92a73421d28e14 /configure.ac
parent49f3c0ec47730ea264e2bd1e6ece11167d6384df (diff)
Default PidFile is sshd.pid not ssh.pid.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index b606a1c36..56172972c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4775,7 +4775,7 @@ if test ! -d $piddir ; then
4775fi 4775fi
4776 4776
4777AC_ARG_WITH([pid-dir], 4777AC_ARG_WITH([pid-dir],
4778 [ --with-pid-dir=PATH Specify location of ssh.pid file], 4778 [ --with-pid-dir=PATH Specify location of sshd.pid file],
4779 [ 4779 [
4780 if test -n "$withval" && test "x$withval" != "xno" && \ 4780 if test -n "$withval" && test "x$withval" != "xno" && \
4781 test "x${withval}" != "xyes"; then 4781 test "x${withval}" != "xyes"; then