]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
- (tim) [configure.ac] updwtmpx() on OpenServer seems to add duplicate entry. V_3_8_1 anongit/V_3_8_1 github-selfhosted/V_3_8_1 github/V_3_8_1
authorTim Rice <tim@multitalents.net>
Mon, 19 Jul 2004 17:20:30 +0000 (10:20 -0700)
committerTim Rice <tim@multitalents.net>
Mon, 19 Jul 2004 17:20:30 +0000 (10:20 -0700)
   Report by rac AT tenzing.org

ChangeLog
configure.ac

index 34d658bf05c3388e1e91354585bcba72b5ff0de4..b30cd44edfd93236a910bb24839da878570db3c4 100644 (file)
--- 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).
    - (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 $
index f879ead45af56c87ff4f240ab486efe9a66f7360..07f62edaff299b22030bb67f3b7656d90f0eb4b3 100644 (file)
@@ -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
        ;;