From owner-freebsd-bugs Sat Jun 17 1:50: 7 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6C81D37B8FE for ; Sat, 17 Jun 2000 01:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA12082; Sat, 17 Jun 2000 01:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sat, 17 Jun 2000 01:50:02 -0700 (PDT) Message-Id: <200006170850.BAA12082@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Martin Blapp Subject: Re: bin/19350: fetch needs the option '-b' to work properly with a transparent HTTP-Proxy Reply-To: Martin Blapp Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/19350; it has been noted by GNATS. From: Martin Blapp 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