mirror of git://anongit.mindrot.org/openssh.git
- (tim) [configure.ac] Bug #1149. Disable /etc/default/login check for QNX.
This commit is contained in:
parent
84af61555a
commit
2f993465d4
|
@ -1,6 +1,7 @@
|
||||||
20060212
|
20060212
|
||||||
- (dtucker) [openbsd-compat/bsd-cygwin_util.c] Make loop counter unsigned
|
- (dtucker) [openbsd-compat/bsd-cygwin_util.c] Make loop counter unsigned
|
||||||
to silence compiler warning, from vinschen at redhat.com.
|
to silence compiler warning, from vinschen at redhat.com.
|
||||||
|
- (tim) [configure.ac] Bug #1149. Disable /etc/default/login check for QNX.
|
||||||
|
|
||||||
20060208
|
20060208
|
||||||
- (tim) [session.c] Logout records were not updated on systems with
|
- (tim) [session.c] Logout records were not updated on systems with
|
||||||
|
@ -3851,4 +3852,4 @@
|
||||||
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
||||||
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.4126 2006/02/12 00:59:08 dtucker Exp $
|
$Id: ChangeLog,v 1.4127 2006/02/12 02:37:48 tim Exp $
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# $Id: configure.ac,v 1.328 2006/02/08 11:11:28 dtucker Exp $
|
# $Id: configure.ac,v 1.329 2006/02/12 02:37:48 tim Exp $
|
||||||
#
|
#
|
||||||
# Copyright (c) 1999-2004 Damien Miller
|
# Copyright (c) 1999-2004 Damien Miller
|
||||||
#
|
#
|
||||||
|
@ -15,7 +15,7 @@
|
||||||
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
|
||||||
AC_INIT(OpenSSH, Portable, openssh-unix-dev@mindrot.org)
|
AC_INIT(OpenSSH, Portable, openssh-unix-dev@mindrot.org)
|
||||||
AC_REVISION($Revision: 1.328 $)
|
AC_REVISION($Revision: 1.329 $)
|
||||||
AC_CONFIG_SRCDIR([ssh.c])
|
AC_CONFIG_SRCDIR([ssh.c])
|
||||||
|
|
||||||
AC_CONFIG_HEADER(config.h)
|
AC_CONFIG_HEADER(config.h)
|
||||||
|
@ -584,6 +584,7 @@ mips-sony-bsd|mips-sony-newsos4)
|
||||||
AC_DEFINE(MISSING_HOWMANY, 1, [Define on *nto-qnx systems])
|
AC_DEFINE(MISSING_HOWMANY, 1, [Define on *nto-qnx systems])
|
||||||
AC_DEFINE(MISSING_FD_MASK, 1, [Define on *nto-qnx systems])
|
AC_DEFINE(MISSING_FD_MASK, 1, [Define on *nto-qnx systems])
|
||||||
AC_DEFINE(DISABLE_LASTLOG)
|
AC_DEFINE(DISABLE_LASTLOG)
|
||||||
|
enable_etc_default_login=no # has incompatible /etc/default/login
|
||||||
;;
|
;;
|
||||||
|
|
||||||
*-*-ultrix*)
|
*-*-ultrix*)
|
||||||
|
|
Loading…
Reference in New Issue