Testing for the 4.4p1 release
Tim Rice
tim at multitalents.net
Thu Sep 7 11:04:47 EST 2006
On Sat, 2 Sep 2006, Darren Tucker wrote:
> 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?
Just got back (and found my ISDN line down).
Back up now.
Correct placmement, but wrong one. Needs to be BROKEN_UPDWTMPX
I'll commit the fix shortly.
>
> 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*")
> ;;
>
>
--
Tim Rice Multitalents (707) 887-1469
tim at multitalents.net
More information about the openssh-unix-dev
mailing list