From owner-freebsd-questions@FreeBSD.ORG Mon Mar 19 04:27:17 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 E68E416A401 for ; Mon, 19 Mar 2007 04:27:17 +0000 (UTC) (envelope-from chris@hier7.com) Received: from smtp103.rog.mail.re2.yahoo.com (smtp103.rog.mail.re2.yahoo.com [206.190.36.81]) by mx1.freebsd.org (Postfix) with SMTP id 8980413C48A for ; Mon, 19 Mar 2007 04:27:17 +0000 (UTC) (envelope-from chris@hier7.com) Received: (qmail 1453 invoked from network); 19 Mar 2007 04:27:16 -0000 Received: from unknown (HELO ?172.27.1.2?) (cms.kw@rogers.com@74.109.56.136 with plain) by smtp103.rog.mail.re2.yahoo.com with SMTP; 19 Mar 2007 04:27:16 -0000 X-YMail-OSG: dVMns7wVM1ky89zn1ejF5CK1KmjtfxSBA.KXjuag11T6WF5PvDMJ2zfmlmAsZfSzlA-- Message-ID: <45FE1127.1050001@hier7.com> Date: Mon, 19 Mar 2007 00:27:19 -0400 From: Chris Slothouber Organization: hier7 User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) MIME-Version: 1.0 To: FreeBSD-questions@FreeBSD.org References: <0EE4A357-FB1C-410D-BDF2-AF3A8BC7736B@goldmark.org> In-Reply-To: <0EE4A357-FB1C-410D-BDF2-AF3A8BC7736B@goldmark.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: 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 04:27:18 -0000 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 man fetch as well. Hope this helps! - Chris