summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Rice <tim@multitalents.net>2004-07-19 10:20:30 -0700
committerTim Rice <tim@multitalents.net>2004-07-19 10:20:30 -0700
commit6b562d5401d80d4d258cd6fc4250b1dc66463267 (patch)
tree87258cff057d9977a2240847d008aef8341a84c7
parentd81ea20e1a8e5a3ca2b3eda1cc3e55a516e91eff (diff)
- (tim) [configure.ac] updwtmpx() on OpenServer seems to add duplicate entry.V_3_8_1
Report by rac AT tenzing.org
-rw-r--r--ChangeLog6
-rw-r--r--configure.ac3
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 34d658bf..b30cd44e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+20040719
+ - (tim) [configure.ac] updwtmpx() on OpenServer seems to add duplicate entry.
+ Report by rac AT tenzing.org
+
20040711
- (dtucker) [auth-pam.c] Check for zero from waitpid() too, which allows
the monitor to properly clean up the PAM thread (Debian bug #252676).
@@ -1015,4 +1019,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.3316.2.8 2004/07/11 06:52:47 dtucker Exp $
+$Id: ChangeLog,v 1.3316.2.9 2004/07/19 17:20:30 tim Exp $
diff --git a/configure.ac b/configure.ac
index f879ead4..07f62eda 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-# $Id: configure.ac,v 1.214.2.2 2004/05/13 01:56:40 dtucker Exp $
+# $Id: configure.ac,v 1.214.2.3 2004/07/19 17:20:30 tim Exp $
#
# Copyright (c) 1999-2004 Damien Miller
#
@@ -381,6 +381,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
;;