summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-01-18 08:57:14 +1100
committerDamien Miller <djm@mindrot.org>2000-01-18 08:57:14 +1100
commitdbd250f8ab4d7493e4e0aa183537b445ca05f381 (patch)
tree291f3979a56a99082054d5a9c7c497e195c89e95
parentb13c73e385ec7f5fe9c81078c71e01141894eca6 (diff)
downloadopenssh-git-dbd250f8ab4d7493e4e0aa183537b445ca05f381.tar.gz
- Fixed --with-pid-dir option
-rw-r--r--CREDITS1
-rw-r--r--ChangeLog3
-rw-r--r--acconfig.h2
-rw-r--r--configure.in2
4 files changed, 6 insertions, 2 deletions
diff --git a/CREDITS b/CREDITS
index 13d61290..f0be1263 100644
--- a/CREDITS
+++ b/CREDITS
@@ -3,6 +3,7 @@ Tatu Ylonen <ylo@cs.hut.fi> - Creator of SSH
Aaron Campbell, Bob Beck, Markus Friedl, Niels Provos,
Theo de Raadt, and Dug Song - Creators of OpenSSH
+Andrew Stribblehill <a.d.stribblehill@durham.ac.uk> - Bugfixes
Andre Lucas <andre.lucas@dial.pipex.com> - Many portability fixes
Ben Taylor <bent@clark.net> - Solaris debugging and fixes
Chip Salzenberg <chip@valinux.com> - Assorted patches
diff --git a/ChangeLog b/ChangeLog
index 77501f4e..0ddb5d5b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+20000118
+ - Fixed --with-pid-dir option
+
20000117
- Clean up bsd-bindresvport.c. Use arc4random() for picking initial
port, ignore EINVAL errors (Linux) when searching for free port.
diff --git a/acconfig.h b/acconfig.h
index 2e12bd47..37f4f120 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -133,7 +133,7 @@
#undef USER_PATH
/* Specify location of ssh.pid */
-#undef PID_DIR
+#undef PIDDIR
@BOTTOM@
diff --git a/configure.in b/configure.in
index b356beb5..5fdce180 100644
--- a/configure.in
+++ b/configure.in
@@ -670,7 +670,7 @@ AC_ARG_WITH(pid-dir,
fi
]
)
-AC_DEFINE_UNQUOTED(PID_DIR, "$piddir")
+AC_DEFINE_UNQUOTED(PIDDIR, "$piddir")
AC_SUBST(piddir)
dnl Check for mail directory (last resort if we cannot get it from headers)