Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Dec 2001 22:37:28 -0800
From:      Randy Bush <randy@psg.com>
To:        John Hay <jhay@icomtek.csir.co.za>
Cc:        freebsd-security@freebsd.org
Subject:   Re: openssh version
Message-ID:  <E16LIYC-000N6g-00@rip.psg.com>
References:  <20011231214724.A2275@gohan.cjclark.org> <200201010631.g016Va856231@zibbi.icomtek.csir.co.za>

next in thread | previous in thread | raw e-mail | index | archive | help
i urge folk to use 3.0 or greater

> My solution is to use the ports version.

and, to make it install over the one in the build tree, apply the following
patch to

/usr/ports/security/openssh-portable

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/security/openssh-portable/Makefile,v
retrieving revision 1.10
diff -u -r1.10 Makefile
--- Makefile	2001/11/07 13:47:51	1.10
+++ Makefile	2001/12/01 14:36:33
@@ -32,6 +32,8 @@
 CONFIGURE_ARGS+=	--with-tcp-wrappers
 .endif
 
+CONFIGURE_ARGS+= --datadir=/usr/share --exec-prefix=/usr --sysconfdir=/etc/ssh --localstatedir=/var --mandir=/usr/share/man
+
 post-install:
 	@${CAT} ${PKGMESSAGE}
 
---

thanks to jacques vidrine for help the other month

randy

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-security" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E16LIYC-000N6g-00>