- (bal) Added 'PAM_TTY_KLUDGE' to Solaris platform.

This commit is contained in:
Ben Lindstrom 2001-10-23 17:14:00 +00:00
parent ab73b9bd64
commit 95276711eb
2 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,6 @@
20011023
- (bal) Updated version to 3.0p1 in preparing for release.
- (bal) Added 'PAM_TTY_KLUDGE' to Solaris platform.
20011022
- (djm) Fix fd leak in loginrec.c (ro fd to lastlog was left open).
@ -6747,4 +6748,4 @@
- Wrote replacements for strlcpy and mkdtemp
- Released 1.0pre1
$Id: ChangeLog,v 1.1612 2001/10/23 16:12:54 mouring Exp $
$Id: ChangeLog,v 1.1613 2001/10/23 17:14:00 mouring Exp $

View File

@ -1,4 +1,4 @@
# $Id: configure.in,v 1.315 2001/10/22 00:53:59 tim Exp $
# $Id: configure.in,v 1.316 2001/10/23 17:14:01 mouring Exp $
AC_INIT
AC_CONFIG_SRCDIR([ssh.c])
@ -156,6 +156,7 @@ mips-sony-bsd|mips-sony-newsos4)
AC_DEFINE(PAM_SUN_CODEBASE)
AC_DEFINE(LOGIN_NEEDS_UTMPX)
AC_DEFINE(LOGIN_NEEDS_TERM)
AC_DEFINE(PAM_TTY_KLUDGE)
# hardwire lastlog location (can't detect it on some versions)
conf_lastlog_location="/var/adm/lastlog"
AC_MSG_CHECKING(for obsolete utmp and wtmp in solaris2.x)