summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--configure.ac5
2 files changed, 5 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 969180384..b60041f59 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
120060212 120060212
2 - (dtucker) [openbsd-compat/bsd-cygwin_util.c] Make loop counter unsigned 2 - (dtucker) [openbsd-compat/bsd-cygwin_util.c] Make loop counter unsigned
3 to silence compiler warning, from vinschen at redhat.com. 3 to silence compiler warning, from vinschen at redhat.com.
4 - (tim) [configure.ac] Bug #1149. Disable /etc/default/login check for QNX.
4 5
520060208 620060208
6 - (tim) [session.c] Logout records were not updated on systems with 7 - (tim) [session.c] Logout records were not updated on systems with
@@ -3851,4 +3852,4 @@
3851 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 3852 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
3852 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 3853 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
3853 3854
3854$Id: ChangeLog,v 1.4126 2006/02/12 00:59:08 dtucker Exp $ 3855$Id: ChangeLog,v 1.4127 2006/02/12 02:37:48 tim Exp $
diff --git a/configure.ac b/configure.ac
index ca381c770..7fcca216a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
1# $Id: configure.ac,v 1.328 2006/02/08 11:11:28 dtucker Exp $ 1# $Id: configure.ac,v 1.329 2006/02/12 02:37:48 tim Exp $
2# 2#
3# Copyright (c) 1999-2004 Damien Miller 3# Copyright (c) 1999-2004 Damien Miller
4# 4#
@@ -15,7 +15,7 @@
15# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 15# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16 16
17AC_INIT(OpenSSH, Portable, openssh-unix-dev@mindrot.org) 17AC_INIT(OpenSSH, Portable, openssh-unix-dev@mindrot.org)
18AC_REVISION($Revision: 1.328 $) 18AC_REVISION($Revision: 1.329 $)
19AC_CONFIG_SRCDIR([ssh.c]) 19AC_CONFIG_SRCDIR([ssh.c])
20 20
21AC_CONFIG_HEADER(config.h) 21AC_CONFIG_HEADER(config.h)
@@ -584,6 +584,7 @@ mips-sony-bsd|mips-sony-newsos4)
584 AC_DEFINE(MISSING_HOWMANY, 1, [Define on *nto-qnx systems]) 584 AC_DEFINE(MISSING_HOWMANY, 1, [Define on *nto-qnx systems])
585 AC_DEFINE(MISSING_FD_MASK, 1, [Define on *nto-qnx systems]) 585 AC_DEFINE(MISSING_FD_MASK, 1, [Define on *nto-qnx systems])
586 AC_DEFINE(DISABLE_LASTLOG) 586 AC_DEFINE(DISABLE_LASTLOG)
587 enable_etc_default_login=no # has incompatible /etc/default/login
587 ;; 588 ;;
588 589
589*-*-ultrix*) 590*-*-ultrix*)