Ported OpenSSH 2.9.9p2 to Dynix

Corinna Vinschen vinschen at redhat.com
Tue Oct 9 17:26:53 EST 2001


On Mon, Oct 08, 2001 at 03:55:57PM -0700, Patrick Hess wrote:
> Hello Porters,
> 
> 	I've finally (thanks to Wendy Palm of Cray) ported OpenSSH to
> Dynix v4.4.4.  I had to make sure that "UseLogin" was set to "no" in the
> sshd_config file.  Also, here are the old-style contextual diffs (obtained
> with 'diff -c' on the Dynix box) of the two files I had to change:
> 
> *** configure Sat Jun 16 17:09:50 2001
> --- configure.new Mon Oct  8 11:33:09 2001
> ***************
> *** 1960,1965 ****
> --- 1960,1985 ----
> 
>         LIBS="$LIBS -lgen -lnsl -lucb"
>         ;;
> + *-sequent-sysv4*)
> +       CPPFLAGS="$CPPFLAGS -I/usr/local/include"
> +       LDFLAGS="$LDFLAGS -L/usr/local/lib"
> +       LIBS="$LIBS -lnsl -lsec"
> +       rsh_path="/usr/bin/resh"
> +       conf_utmpx_location="/var/adm/utmpx"
> +       cat >> confdefs.h <<\EOF
> + #define USE_PIPES 1
> + EOF
> +
> +       cat >> confdefs.h <<\EOF
> + #define BROKEN_SAVED_UIDS 1
> + EOF
> +
> +       cat >> confdefs.h <<\EOF
> + #define LOGIN_NEEDS_UTMPX 1
> + EOF
> +
> +         MANTYPE=cat
> +       ;;
>   *-*-sysv4.2*)
>         CPPFLAGS="$CPPFLAGS -I/usr/local/include"
>         LDFLAGS="$LDFLAGS -L/usr/local/lib"

That's not ok as a patch.  You'll have to change configure.in
to accomodate the new target system.  configure is generated
from configure.in using autoconf.

Corinna

-- 
Corinna Vinschen
Cygwin Developer
Red Hat, Inc.
mailto:vinschen at redhat.com



More information about the openssh-unix-dev mailing list