From 49c64dd6d9d341551faa1fa1c2ad91c941d947c4 Mon Sep 17 00:00:00 2001 From: dtucker Date: Sun, 26 Feb 2006 01:31:48 +0000 Subject: [PATCH] - (dtucker) [configure.ac] Bug #1156: QNX apparently needs SSHD_ACQUIRES_CTTY patch from kraai at ftbfs.org. --- ChangeLog | 8 ++++++-- configure.ac | 1 + 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 30859bf1..43224d46 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,12 @@ -2006023 +20060226 + - (dtucker) [configure.ac] Bug #1156: QNX apparently needs SSHD_ACQUIRES_CTTY + patch from kraai at ftbfs.org. + +20060223 - (dtucker) [sshd_config sshd_config.5] Update UsePAM to reflect current reality. Pointed out by tryponraj at gmail.com. -2006022 +20060222 - (dtucker) [openbsd-compat/openssl-compat.{c,h}] Minor tidy up: only compile in compat code if required. diff --git a/configure.ac b/configure.ac index d05db121..6a9c8e04 100644 --- a/configure.ac +++ b/configure.ac @@ -584,6 +584,7 @@ mips-sony-bsd|mips-sony-newsos4) AC_DEFINE(MISSING_HOWMANY, 1, [Define on *nto-qnx systems]) AC_DEFINE(MISSING_FD_MASK, 1, [Define on *nto-qnx systems]) AC_DEFINE(DISABLE_LASTLOG) + AC_DEFINE(SSHD_ACQUIRES_CTTY) enable_etc_default_login=no # has incompatible /etc/default/login ;; -- 2.45.1