Bugs item #705319, was opened at 2003-03-17 18:53
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=109368&aid=705319&group_id=9368

Category: Installation
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: opd should respect HTTP proxy setting

Initial Comment:
Modifying line 61 of the opd script would allow the
user to set the HTTP_PROXY environment variable for
downloading packages through a proxy.  The line should
be as follows:

my $ua = LWP::UserAgent->new(env_proxy => 1);

According to the man page, wget should also respect
this environment variable, but it still didn't work for
me (CTRL-C fell back to LWP).

It would also be nice if this were documented.

[EMAIL PROTECTED]

----------------------------------------------------------------------

>Comment By: Jeff Squyres (jsquyres)
Date: 2003-03-17 20:57

Message:
Logged In: YES 
user_id=11722

This is a good suggestion; thanks.

I implemented your suggestion.  Additionally, I added a
"--lwp" command line switch to opd that forces the use of
LWP instead of wget.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=109368&aid=705319&group_id=9368


-------------------------------------------------------
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
_______________________________________________
Oscar-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/oscar-devel

Reply via email to