Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Apr 1998 10:18:48 -0400 (EDT)
From:      Garrett Wollman <wollman@khavrinen.lcs.mit.edu>
To:        Poul-Henning Kamp <phk@FreeBSD.ORG>
Cc:        dchapes@ddm.on.ca, freebsd-bugs@FreeBSD.ORG
Subject:   Re: bin/6371
Message-ID:  <199804221418.KAA01356@khavrinen.lcs.mit.edu>
In-Reply-To: <199804220625.XAA04489@freefall.freebsd.org>
References:  <199804220625.XAA04489@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
<<On Tue, 21 Apr 1998 23:25:27 -0700 (PDT), Poul-Henning Kamp <phk@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199804221418.KAA01356>