- (dtucker) [configure.ac] Bug #811: Use "!" for LOCKED_PASSWD_PREFIX on

Linuxes, since that's what many use.  ok djm@
This commit is contained in:
Darren Tucker 2004-03-30 14:03:45 +10:00
parent b385059346
commit 809031f6c4
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,7 @@
20040330
- (dtucker) [configure.ac] Bug #811: Use "!" for LOCKED_PASSWD_PREFIX on
Linuxes, since that's what many use. ok djm@
20040327
- (dtucker) [session.c] Bug #817: Clear loginmsg after fork to prevent
duplicate login messages for mutli-session logins. ok djm@
@ -922,4 +926,4 @@
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
$Id: ChangeLog,v 1.3296 2004/03/27 05:44:21 dtucker Exp $
$Id: ChangeLog,v 1.3297 2004/03/30 04:03:45 dtucker Exp $

View File

@ -1,4 +1,4 @@
# $Id: configure.ac,v 1.206 2004/03/11 03:20:10 djm Exp $
# $Id: configure.ac,v 1.207 2004/03/30 04:03:46 dtucker Exp $
#
# Copyright (c) 1999-2004 Damien Miller
#
@ -244,7 +244,7 @@ main() { if (NSVersionOfRunTimeLibrary("System") >= (60 << 16))
check_for_openpty_ctty_bug=1
AC_DEFINE(DONT_TRY_OTHER_AF)
AC_DEFINE(PAM_TTY_KLUDGE)
AC_DEFINE(LOCKED_PASSWD_PREFIX, "!!")
AC_DEFINE(LOCKED_PASSWD_PREFIX, "!")
AC_DEFINE(SPT_TYPE,SPT_REUSEARGV)
inet6_default_4in6=yes
case `uname -r` in