Subject: Re: pkg "make fetch"
To: Todd Vierling <tv@wasabisystems.com>
From: Hubert Feyrer <hubert.feyrer@informatik.fh-regensburg.de>
List: tech-userlevel
Date: 01/24/2001 16:42:21
On Wed, 24 Jan 2001, Todd Vierling wrote:
> To do this for ftp(1), make the variable "ftp_proxy" point to your proxy
> server.  i.e. in bourne style shell,
> 
>   ftp_proxy="http://proxy.foo.com:8888/"; export ftp_proxy
> 
> or in C shell,
> 
>   setenv ftp_proxy "http://proxy.foo.com:8888/"
> 
> Note the presence of "http://" and the trailing "/".

I think this should work as well (in /etc/mk.conf):

FETCH_CMD=	${ENV} ftp_proxy="http://proxy.foo.com:8888/ ftp


 - Hubert

-- 
Hubert Feyrer <hubert.feyrer@informatik.fh-regensburg.de>