Call for release testing
Chris Adams
cmadams at hiwaay.net
Wed Mar 9 09:53:48 EST 2005
Once upon a time, Darren Tucker <dtucker at zip.com.au> said:
> (I'm not sure what uname is going to return on Tru64 and its various
> incarnations, but what I have is based on what config.guess looks for.
> Just let us know if it needs to be changed.)
It returns OSF1 (upper case). With that change it works.
--
Chris Adams <cmadams at hiwaay.net>
Systems and Network Administrator - HiWAAY Internet Services
I don't speak for anybody but myself - that's enough trouble.
> Index: regress/test-exec.sh
> ===================================================================
> RCS file: /usr/local/src/security/openssh/cvs/openssh_cvs/regress/test-exec.sh,v
> retrieving revision 1.19
> diff -u -p -r1.19 test-exec.sh
> --- regress/test-exec.sh 8 Feb 2005 09:17:17 -0000 1.19
> +++ regress/test-exec.sh 4 Mar 2005 21:53:15 -0000
> @@ -7,6 +7,13 @@
> _POSIX2_VERSION=199209
> export _POSIX2_VERSION
>
> +case `uname -s 2>/dev/null` in
> +osf1*)
> + BIN_SH=xpg4
> + export BIN_SH
> + ;;
> +esac
> +
> if [ ! -z "$TEST_SSH_PORT" ]; then
> PORT="$TEST_SSH_PORT"
> else
More information about the openssh-unix-dev
mailing list