]> andersk Git - openssh.git/commitdiff
- (tim) [configure.ac] s/BROKEN_UPDWTMP/BROKEN_UPDWTMPX/ on SCO OSR6
authortim <tim>
Thu, 7 Sep 2006 01:11:29 +0000 (01:11 +0000)
committertim <tim>
Thu, 7 Sep 2006 01:11:29 +0000 (01:11 +0000)
ChangeLog
configure.ac

index b1872de3c6cdd72a91005686533c617365f30e3b..fdea8644f66ee656e03d90d350ce28c3add2606e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,7 @@
    Magnus Abrante; suggestion and feedback dtucker@
    NB. this change will require that the privilege separation user must
    exist on all the time, not just when UsePrivilegeSeparation=yes
+ - (tim) [configure.ac] s/BROKEN_UPDWTMP/BROKEN_UPDWTMPX/ on SCO OSR6
 
 20060905
  - (dtucker) [configure.ac] s/AC_DEFINES/AC_DEFINE/ spotted by Roumen Petrov.
index 7f258a76ea81e919aeec4257028c41a540a36080..ddc1d0d3d708d524887546a11febb4485d9db346 100644 (file)
@@ -512,8 +512,7 @@ mips-sony-bsd|mips-sony-newsos4)
                TEST_SHELL=/u95/bin/sh
                AC_DEFINE(BROKEN_LIBIAF, 1,
                        [ia_uinfo routines not supported by OS yet])
-               AC_DEFINE(BROKEN_UPDWTMP, 1,
-                       [using updwtmp will corrupt wtmp entries])
+               AC_DEFINE(BROKEN_UPDWTMPX)
                ;;
        *)      AC_DEFINE(LOCKED_PASSWD_STRING, "*LK*")
                ;;
This page took 0.050839 seconds and 5 git commands to generate.