diff options
Diffstat (limited to 'security/openssh/files/patch-af')
-rw-r--r-- | security/openssh/files/patch-af | 33 |
1 files changed, 22 insertions, 11 deletions
diff --git a/security/openssh/files/patch-af b/security/openssh/files/patch-af index 6eadf2eafb68..4e7ebf6d6cba 100644 --- a/security/openssh/files/patch-af +++ b/security/openssh/files/patch-af @@ -1,11 +1,22 @@ ---- ssh.h.dist Fri Nov 19 23:50:37 1999 -+++ ssh.h Fri Nov 19 23:50:22 1999 -@@ -141,7 +141,7 @@ - #define SSH_AUTH_RSA 2 - #define SSH_AUTH_PASSWORD 3 - #define SSH_AUTH_RHOSTS_RSA 4 -- /* 5 is TIS */ -+#define SSH_AUTH_TIS 5 - #define SSH_AUTH_KERBEROS 6 - #define SSH_PASS_KERBEROS_TGT 7 - /* 8 to 15 are reserved */ +--- /usr/ports/distfiles/OpenSSH-1.2/src/usr.bin/ssh/scp/Makefile Mon Oct 25 16:27:26 1999 ++++ ./scp/Makefile Tue Nov 23 19:23:58 1999 +@@ -2,16 +2,9 @@ + + PROG= scp + BINOWN= root +- +-.if (${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "powerpc" || \ +- ${MACHINE_ARCH} == "hppa") +-BINMODE=0000 +-.else +-BINMODE?=555 +-.endif +- +-BINDIR= /usr/bin +-MAN= scp.1 ++BINMODE=555 ++BINDIR= /bin ++MAN1= scp.1 + + SRCS= scp.c + |