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