- (tim) [configure.ac] updwtmpx() on OpenServer seems to add duplicate entry.

Report by rac AT tenzing.org
This commit is contained in:
Tim Rice 2004-07-19 10:19:26 -07:00
parent a6fb77fd6c
commit 816bd0d087
2 changed files with 5 additions and 2 deletions

View File

@ -3,6 +3,8 @@
ok dtucker@
- (djm) [auth-pam.c] Avoid use of xstrdup and friends in conversation function,
instead return PAM_CONV_ERR, avoiding another path to fatal(); ok dtucker@
- (tim) [configure.ac] updwtmpx() on OpenServer seems to add duplicate entry.
Report by rac AT tenzing.org
20040717
- (dtucker) [logintest.c scp.c sftp-server.c sftp.c ssh-add.c ssh-agent.c
@ -1533,4 +1535,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.3479 2004/07/18 23:39:11 djm Exp $
$Id: ChangeLog,v 1.3480 2004/07/19 17:19:26 tim Exp $

View File

@ -1,4 +1,4 @@
# $Id: configure.ac,v 1.223 2004/06/28 06:01:20 dtucker Exp $
# $Id: configure.ac,v 1.224 2004/07/19 17:19:27 tim Exp $
#
# Copyright (c) 1999-2004 Damien Miller
#
@ -393,6 +393,7 @@ mips-sony-bsd|mips-sony-newsos4)
AC_DEFINE(BROKEN_SETREUID)
AC_DEFINE(BROKEN_SETREGID)
AC_DEFINE(WITH_ABBREV_NO_TTY)
AC_DEFINE(BROKEN_UPDWTMPX)
AC_CHECK_FUNCS(getluid setluid)
MANTYPE=man
TEST_SHELL=ksh