Testing for the 4.4p1 release
Darren Tucker
dtucker at zip.com.au
Sat Sep 2 13:26:36 EST 2006
On Fri, Sep 01, 2006 at 11:13:51PM -0400, Roger Cornelius wrote:
> On 09/02/2006 12:21, Darren Tucker wrote:
> > Roger Cornelius wrote:
> > > [ SCO OSR6 w/mp2 using system compiler, SNAP-20060902 ]
[...]
> > What does ./config.guess report that platform to be, so we can add
> > BROKEN_UPDWTMP to configure?
>
> i686-unknown-sysv5SCO_SV6.0.0
OK, then it would appear that the place to put this is below, which is
inside a case that matches "*-*-sysv5SCO_SV*) # SCO OpenServer 6.x"
Tim? Are you around?
Index: configure.ac
===================================================================
RCS file: /var/cvs/openssh/configure.ac,v
retrieving revision 1.357
diff -u -p -r1.357 configure.ac
--- configure.ac 1 Sep 2006 10:29:11 -0000 1.357
+++ configure.ac 2 Sep 2006 03:18:07 -0000
@@ -512,6 +512,8 @@ 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_DEFINES(BROKEN_UPDWTMP, 1,
+ [using updwtmp will corrupt wtmp entries])
;;
*) AC_DEFINE(LOCKED_PASSWD_STRING, "*LK*")
;;
--
Darren Tucker (dtucker at zip.com.au)
GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4 37C9 C982 80C7 8FF4 FA69
Good judgement comes with experience. Unfortunately, the experience
usually comes from bad judgement.
More information about the openssh-unix-dev
mailing list