On Thu, 19 Oct 2006, Bill Maidment wrote:
> Hi fellow assassins
> I want to run sa-update from behind a proxy server. Can someone point me to
> the doco
> that covers this.
You probably want to export an environment variable like
http_proxy="http://my.proxy.server.ip:portnum/";
and/or
ftp
I have an (unoffical ) patch to add this functionality.
Google a couple months back.
Other option is something like:
http_proxy=http://proxy:port sa-update
Or csh:
setenv http_proxy=http://proxy:port && sa-update
> -Original Message-
> From: Bill Maidment [mailto:[EMAIL PROTECTED]
>