Re: freebsd-update through proxy with auth

2008-12-04 Thread andrew clarke
On Wed 2008-12-03 10:36:29 UTC+0200, DA Forsyth ([EMAIL PROTECTED]) wrote:

 How do I get freebsd-update to fetch through a proxy that requires 
 authentication?  I cannot find any options in the man pages.

freebsd-update is a /bin/sh shell script.  Looking at the source I can
see it uses /usr/bin/fetch, so it's probably just a matter of reading
the fetch(1)  fetch(3) manpages to get it to do what you want.

If all else fails, you might be able to hack the freebsd-update script
to use Wget instead of Fetch, but I doubt you'll need to go to that
much trouble.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


freebsd-update through proxy with auth

2008-12-03 Thread DA Forsyth
Hiya

How do I get freebsd-update to fetch through a proxy that requires 
authentication?  I cannot find any options in the man pages.


--
   DA Fo rsythNetwork Supervisor
Principal Technical Officer -- Institute for Water Research
http://www.ru.ac.za/institutes/iwr/


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: freebsd-update through proxy with auth

2008-12-03 Thread DA Forsyth
On 3 Dec 2008 , RW entreated about
 Re: freebsd-update through proxy with auth:

 On Wed, 03 Dec 2008 10:36:29 +0200
 DA Forsyth [EMAIL PROTECTED] wrote:
 
  Hiya
  
  How do I get freebsd-update to fetch through a proxy that requires 
  authentication?  I cannot find any options in the man pages.
  
 
 have you tried putting it in the proxy name
 
 http://user:[EMAIL PROTECTED]:port 

sadly, that doesn't work
looks like freebsd-update never queries the http_proxy env variable

--
   DA Fo rsythNetwork Supervisor
Principal Technical Officer -- Institute for Water Research
http://www.ru.ac.za/institutes/iwr/


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]