| Summary: | fetch needs the option '-b' to work properly with a transparent HTTP-Proxy | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | mb <mb> | ||||
| Component: | bin | Assignee: | Dag-Erling Smørgrav <des> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Unspecified | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
mb
2000-06-17 09:40:01 UTC
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 State Changed From-To: open->feedback This will no longer be a problem with the libfetch-based fetch(1). Responsible Changed From-To: freebsd-bugs->des fetch(1) is mine. State Changed From-To: feedback->closed No longer a problem with libfetch-based fetch, which was merged back before 4.1. |