From owner-freebsd-questions@FreeBSD.ORG Mon Mar 19 12:54:35 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B1C9C16A400 for ; Mon, 19 Mar 2007 12:54:35 +0000 (UTC) (envelope-from fbsd06@mlists.homeunix.com) Received: from mxout-03.mxes.net (mxout-03.mxes.net [216.86.168.178]) by mx1.freebsd.org (Postfix) with ESMTP id 8C52B13C44C for ; Mon, 19 Mar 2007 12:54:35 +0000 (UTC) (envelope-from fbsd06@mlists.homeunix.com) Received: from gumby.homeunix.com (unknown [87.81.140.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id 4EBE451997 for ; Mon, 19 Mar 2007 08:54:34 -0400 (EDT) Date: Mon, 19 Mar 2007 12:54:31 +0000 From: RW To: freebsd-questions@freebsd.org Message-ID: <20070319125431.079cf3bf@gumby.homeunix.com> In-Reply-To: <45FE1127.1050001@hier7.com> References: <0EE4A357-FB1C-410D-BDF2-AF3A8BC7736B@goldmark.org> <45FE1127.1050001@hier7.com> X-Mailer: Claws Mail 2.8.1 (GTK+ 2.10.11; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: Tell portupgrade to use passive ftp X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Mar 2007 12:54:35 -0000 On Mon, 19 Mar 2007 00:27:19 -0400 Chris Slothouber wrote: > Hi Jeffrey, > > Jeffrey Goldberg wrote: > > On my perimeter firewall, I default deny outbound traffic. This > > cuts off fetching using active FTP. Is there some way that I can > > tell portupgrade to pass the -p flag to fetch? > > > > I know that I can temporarily change my firewall rules, but I think > > that it would be a cleaner solution to just tell portupgrade to not > > use active mode FTP. (Or maybe fetch itself when it fails with > > active mode ftp should try again with passive). > > in /etc/make.conf: > > FETCH_CMD?= /usr/bin/fetch -ApRr > This is actually the default, and has been for some time.