summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-10-23 17:14:00 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-10-23 17:14:00 +0000
commit95276711eb5b2c55788d2664b76cb2bd11f56251 (patch)
tree2fc89c5d3906cbbcdb8ab707d10b52c1363baba3
parentab73b9bd64572cbec192240741092bc8aa76ccd3 (diff)
- (bal) Added 'PAM_TTY_KLUDGE' to Solaris platform.
-rw-r--r--ChangeLog3
-rw-r--r--configure.in3
2 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 9ab5992a..aba358d4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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 $
diff --git a/configure.in b/configure.in
index 95372640..373089cd 100644
--- a/configure.in
+++ b/configure.in
@@ -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)