summaryrefslogtreecommitdiff
path: root/security/openssh/files/patch-at
diff options
context:
space:
mode:
authorBrian Feldman <green@FreeBSD.org>1999-11-09 12:43:45 +0000
committerBrian Feldman <green@FreeBSD.org>1999-11-09 12:43:45 +0000
commit2122dd8811c7a0b8bad9730391e265b56ab16d1e (patch)
treeb63f3369a6d634e358e3b7ecb5db210d9c8754ae /security/openssh/files/patch-at
parentOops, forgot to change the GNAT version number in the description. (diff)
Make some various cleanups. Note that I did not add RESTRICTED since this is
in no way cryptographically encumbered code. The fact that it's redistributed by me from freefall is completely coincidental. Submitted by: obrien, Christian Weisgerber <naddy@unix-ag.uni-kl.de>
Notes
Notes: svn path=/head/; revision=22988
Diffstat (limited to '')
-rw-r--r--security/openssh/files/patch-at20
1 files changed, 14 insertions, 6 deletions
diff --git a/security/openssh/files/patch-at b/security/openssh/files/patch-at
index cfb1fe69fbc9..861e84136ae6 100644
--- a/security/openssh/files/patch-at
+++ b/security/openssh/files/patch-at
@@ -1,10 +1,18 @@
-diff -ru /home/green/ssh/ssh-keygen/Makefile ./ssh-keygen/Makefile
---- /home/green/ssh/ssh-keygen/Makefile Thu Oct 28 03:32:00 1999
-+++ ./ssh-keygen/Makefile Mon Nov 8 00:13:47 1999
-@@ -10,12 +10,12 @@
- BINMODE?=555
- .endif
+--- ssh-keygen/Makefile.orig Thu Oct 28 03:32:00 1999
++++ ssh-keygen/Makefile Tue Nov 9 06:42:34 1999
+@@ -2,20 +2,14 @@
+ PROG= ssh-keygen
+ BINOWN= root
++BINMODE=555
+
+-.if (${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "powerpc" || \
+- ${MACHINE_ARCH} == "hppa")
+-BINMODE=0000
+-.else
+-BINMODE?=555
+-.endif
+-
-BINDIR= /usr/bin
-MAN= ssh-keygen.1
+BINDIR= /bin