From: Ben Gras Date: Thu, 1 Sep 2011 15:05:12 +0000 (+0000) Subject: nbsd_fetch: force cvs to use ssh X-Git-Tag: v3.2.0~324 X-Git-Url: http://zhaoyanbai.com/repos/%22http:/www.isc.org/static/host.html?a=commitdiff_plain;h=7b6c90125ca37b994d001608c7a820644c0529a9;p=minix.git nbsd_fetch: force cvs to use ssh --- diff --git a/tools/Makefile b/tools/Makefile index e25970bf4..1a09c09d6 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -122,6 +122,7 @@ install: includes services hdboot # download and update NetBSD reference sources. nbsd_fetch: + export CVS_RSH=ssh; \ cd ${MINIXSRCDIR} && awk '{print $$2;}' < tools/nbsd_ports \ | xargs -t cvs -d ${NBSD_CVSROOT} co -N -d nbsdsrc ${NBSD_REF}