]> andersk Git - openssh.git/commitdiff
- (tim) [configure.ac] updwtmpx() on OpenServer seems to add duplicate entry.
authortim <tim>
Mon, 19 Jul 2004 17:19:26 +0000 (17:19 +0000)
committertim <tim>
Mon, 19 Jul 2004 17:19:26 +0000 (17:19 +0000)
   Report by rac AT tenzing.org

ChangeLog
configure.ac

index 491aa4ef1a39f6c06e6d6437d6b6f60e9eeeafc2..432fb057bac97e59192c219a63a7f132ea9e21d7 100644 (file)
--- 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
index 45a9d292214539740be879029fd5673d5aac5ec3..4aae6358767f96b0d7c6145af6f6ba36cc1f6df2 100644 (file)
@@ -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
This page took 0.069362 seconds and 5 git commands to generate.