From owner-freebsd-bugs Wed Apr 22 07:18:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA19758 for freebsd-bugs-outgoing; Wed, 22 Apr 1998 07:18:56 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA19740; Wed, 22 Apr 1998 14:18:48 GMT (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.8.8/8.8.8) id KAA01356; Wed, 22 Apr 1998 10:18:48 -0400 (EDT) (envelope-from wollman) Date: Wed, 22 Apr 1998 10:18:48 -0400 (EDT) From: Garrett Wollman Message-Id: <199804221418.KAA01356@khavrinen.lcs.mit.edu> To: Poul-Henning Kamp Cc: dchapes@ddm.on.ca, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/6371 In-Reply-To: <199804220625.XAA04489@freefall.freebsd.org> References: <199804220625.XAA04489@freefall.freebsd.org> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org < said: > Synopsis: fetch(1) uses HTTP_PROXY for ftp requests when FTP_PROXY undefined It was done this way intentionally. (The original `fetch' did it, too, before I rewrote it to be more general.) My solution: fetch() { (unset HTTP_PROXY; /usr/bin/fetch ${1+"$@"}) } -GAWollman -- Garrett A. Wollman | O Siem / We are all family / O Siem / We're all the same wollman@lcs.mit.edu | O Siem / The fires of freedom Opinions not those of| Dance in the burning flame MIT, LCS, CRS, or NSA| - Susan Aglukark and Chad Irschick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message