summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Rice <tim@multitalents.net>2004-07-19 10:19:26 -0700
committerTim Rice <tim@multitalents.net>2004-07-19 10:19:26 -0700
commit816bd0d0870c8c4dae5243734fab80568bce15f5 (patch)
tree2d340c57a7a9cfc86526a603497ba6bff2ba42ba
parenta6fb77fd6c7c1624fa624b1ee8c8c61fe3c7454a (diff)
- (tim) [configure.ac] updwtmpx() on OpenServer seems to add duplicate entry.
Report by rac AT tenzing.org
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac3
2 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index c0571194..6dcf1998 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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 $
diff --git a/configure.ac b/configure.ac
index 3f27bf9a..1579c8dd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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