diff options
| author | Brian Feldman <green@FreeBSD.org> | 1999-11-09 12:43:45 +0000 | 
|---|---|---|
| committer | Brian Feldman <green@FreeBSD.org> | 1999-11-09 12:43:45 +0000 | 
| commit | 2122dd8811c7a0b8bad9730391e265b56ab16d1e (patch) | |
| tree | b63f3369a6d634e358e3b7ecb5db210d9c8754ae /security/openssh/files/patch-ap | |
| parent | Oops, 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 'security/openssh/files/patch-ap')
| -rw-r--r-- | security/openssh/files/patch-ap | 22 | 
1 files changed, 15 insertions, 7 deletions
diff --git a/security/openssh/files/patch-ap b/security/openssh/files/patch-ap index 69044b65701d..db9c3f7d8a0a 100644 --- a/security/openssh/files/patch-ap +++ b/security/openssh/files/patch-ap @@ -1,10 +1,18 @@ -diff -ru /home/green/ssh/ssh/Makefile ./ssh/Makefile ---- /home/green/ssh/ssh/Makefile	Tue Oct 26 03:31:00 1999 -+++ ./ssh/Makefile	Mon Nov  8 00:13:55 1999 -@@ -10,14 +10,15 @@ - BINMODE?=4555 - .endif +--- ssh/Makefile.orig	Tue Oct 26 03:31:00 1999 ++++ ssh/Makefile	Tue Nov  9 06:56:24 1999 +@@ -2,22 +2,17 @@ + PROG=	ssh + BINOWN=	root ++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 @@ -19,7 +27,7 @@ diff -ru /home/green/ssh/ssh/Makefile ./ssh/Makefile   .if (${KERBEROS} == "yes")   CFLAGS+= -DKRB4 -I/usr/include/kerberosIV -@@ -32,5 +33,5 @@ +@@ -32,5 +27,5 @@   .include <bsd.prog.mk>  | 
