summaryrefslogtreecommitdiff
path: root/security/openssh/files/patch-ag
diff options
context:
space:
mode:
authorBrian Feldman <green@FreeBSD.org>2000-11-04 23:04:25 +0000
committerBrian Feldman <green@FreeBSD.org>2000-11-04 23:04:25 +0000
commitc512ae8ac925c933208cd6c71172336ffe482637 (patch)
treec36b4dc0bc1d855fd19635aa2dee8991fb1fca8b /security/openssh/files/patch-ag
parentUpdate to knu-cvsweb 1.104.1.39. (diff)
Update to OpenSSH 2.2.0. This is an end-of-life update for the
ports-based OpenSSH. OpenSSH has been in the base system for more than long enough to justify not having to maintain two separate FreeBSD versions of OpenSSH.
Notes
Notes: svn path=/head/; revision=34806
Diffstat (limited to 'security/openssh/files/patch-ag')
-rw-r--r--security/openssh/files/patch-ag25
1 files changed, 8 insertions, 17 deletions
diff --git a/security/openssh/files/patch-ag b/security/openssh/files/patch-ag
index d9170272757b..366125f8eb1b 100644
--- a/security/openssh/files/patch-ag
+++ b/security/openssh/files/patch-ag
@@ -1,26 +1,17 @@
---- ssh/Makefile.orig Wed Apr 26 17:31:58 2000
-+++ ssh/Makefile Sun Jul 30 15:09:14 2000
-@@ -2,16 +2,10 @@
+--- ssh/Makefile.orig Thu Jun 29 14:35:47 2000
++++ ssh/Makefile Sat Nov 4 16:58:41 2000
+@@ -5,8 +5,8 @@
- PROG= ssh
- BINOWN= root
-+BINMODE=4555
-+BINDIR= /bin
-+MAN1= ssh.1
+ BINMODE?=4555
--.if (${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "powerpc" || \
-- ${MACHINE_ARCH} == "hppa")
--BINMODE=0000
--.else
--BINMODE?=4555
--.endif
--
-BINDIR= /usr/bin
-MAN= ssh.1
++BINDIR= /bin
++MAN1= ssh.1
LINKS= ${BINDIR}/ssh ${BINDIR}/slogin
MLINKS= ssh.1 slogin.1
-@@ -19,10 +13,11 @@
+@@ -14,10 +14,11 @@
sshconnect.c sshconnect1.c sshconnect2.c
.include <bsd.own.mk> # for AFS
@@ -34,7 +25,7 @@
DPADD+= ${LIBKRB}
.if (${AFS} == "yes")
CFLAGS+= -DAFS
-@@ -32,6 +27,7 @@
+@@ -27,6 +28,7 @@
.endif # KERBEROS
.include <bsd.prog.mk>