Date: Sat, 17 Jun 2000 01:50:02 -0700 (PDT) From: Martin Blapp <mb@imp.ch> To: freebsd-bugs@FreeBSD.org Subject: Re: bin/19350: fetch needs the option '-b' to work properly with a transparent HTTP-Proxy Message-ID: <200006170850.BAA12082@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/19350; it has been noted by GNATS. From: Martin Blapp <mb@imp.ch> To: freebsd-gnats-submit@FreeBSD.org, mb@imp.ch Cc: Subject: Re: bin/19350: fetch needs the option '-b' to work properly with a transparent HTTP-Proxy Date: Sat, 17 Jun 2000 10:46:54 +0200 Err, I made typos :( Fix: --- fetch -Ab http://www4.vmware.com/software/VMware-2.0.1-546.tar.gz --- bsd.port.mk Sun May 7 16:16:03 2000 +++ bsd.port.mk Sat Jun 17 10:21:00 2000 @@ -827,7 +827,7 @@ .if ${OSVERSION} < 300000 FETCH_CMD?= /usr/bin/fetch .else -FETCH_CMD?= /usr/bin/fetch -A +FETCH_CMD?= /usr/bin/fetch -Ab .endif #FETCH_BEFORE_ARGS+= $${CKSIZE:+-S $$CKSIZE} .else 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?200006170850.BAA12082>
