Displaying 1 result from an estimated 1 matches for "maxhostname".
2000 Dec 27
2
patch to support hurd-i386
...rchitectures != hurd-i386.
> * Hurd has no random device, therefore /etc/ssh/ssh_prng_conf is needed.
> Added to conffiles.
> * Do not try to generate a hostkey while building the package. This is
> useless, and it will fail on the Hurd if ssh is not yet installed.
> * Hurd has no MAXHOSTNAME. Two instances replaced by fixed limit, where
> only the first N bytes were used, anyway. Two more instances replaced
> by a grow-until-fits loop.
diff -Nur openssh-2.2.0p1-/Makefile.in openssh-2.2.0p1/Makefile.in
--- openssh-2.2.0p1-/Makefile.in Sun Oct 29 16:17:49 2000
+++ openssh-2...