From dbd250f8ab4d7493e4e0aa183537b445ca05f381 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Tue, 18 Jan 2000 08:57:14 +1100 Subject: [PATCH] - Fixed --with-pid-dir option --- CREDITS | 1 + ChangeLog | 3 +++ acconfig.h | 2 +- configure.in | 2 +- 4 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CREDITS b/CREDITS index 13d612902..f0be1263b 100644 --- a/CREDITS +++ b/CREDITS @@ -3,6 +3,7 @@ Tatu Ylonen - Creator of SSH Aaron Campbell, Bob Beck, Markus Friedl, Niels Provos, Theo de Raadt, and Dug Song - Creators of OpenSSH +Andrew Stribblehill - Bugfixes Andre Lucas - Many portability fixes Ben Taylor - Solaris debugging and fixes Chip Salzenberg - Assorted patches diff --git a/ChangeLog b/ChangeLog index 77501f4e7..0ddb5d5be 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 2e12bd47f..37f4f1207 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 b356beb59..5fdce1803 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)