From owner-freebsd-questions Fri Jun 4 13:25:16 1999 Delivered-To: freebsd-questions@freebsd.org Received: from peloton.physics.montana.edu (peloton.physics.montana.edu [153.90.192.177]) by hub.freebsd.org (Postfix) with ESMTP id C48A614EEB for ; Fri, 4 Jun 1999 13:25:06 -0700 (PDT) (envelope-from brett@peloton.physics.montana.edu) Received: from localhost (brett@localhost) by peloton.physics.montana.edu (8.8.8/8.8.7) with ESMTP id OAA10170; Fri, 4 Jun 1999 14:22:58 -0600 (MDT) (envelope-from brett@peloton.physics.montana.edu) Date: Fri, 4 Jun 1999 14:22:58 -0600 (MDT) From: Brett Taylor To: Christopher Michaels Cc: "'Todd Backman'" , questions@FreeBSD.ORG Subject: RE: getting ports using fetch in passive? In-Reply-To: <6C37EE640B78D2118D2F00A0C90FCB4401105957@site2s1> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, On Fri, 4 Jun 1999, Christopher Michaels wrote: > >From 'man fetch' it says to set the environmental variable... > FTP_PASSIVE_MODE ;force the use of passive mode FTP This could work - it's easier however to fix /etc/make.conf. Make the following changes in /etc/make.conf (scroll/search down to the FTP_PASSIVE_MODE line): FTP_PASSIVE_MODE= YES FETCH_BEFORE_ARGS= -p Make sure to uncomment the first line (it's commented out by default as I recall). Brett *********************************************************** Brett Taylor brett@peloton.physics.montana.edu * brett@daemonnews.org * * http://www.daemonnews.org/ * *********************************************************** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message