Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 27368 - gentoo-stats script don't use system wide http_proxy variable
Summary: gentoo-stats script don't use system wide http_proxy variable
Status: RESOLVED DUPLICATE of bug 30923
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Heinrich Wendel (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-26 10:52 UTC by Denis Zaletov
Modified: 2005-07-17 13:06 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Denis Zaletov 2003-08-26 10:52:47 UTC
Some users at forums.gentoo.org and myself has trouble with
gentoo-stats script and system wide standard http_proxy variable. This
is my solution to this problem.

sin ~ # diff /usr/sbin/gentoo-stats /usr/sbin/gentoo-stats-new
529c529
< elsif ($key eq 'HTTP_PROXY')
---
> elsif ($key eq 'HTTP_PROXY' and !$ENV{'http_proxy'})
531a532,534
> } else
> {
> %conf->{'HTTP_PROXY'} = $ENV{'http_proxy'}

Reproducible: Always
Steps to Reproduce:
Comment 1 Heinrich Wendel (RETIRED) gentoo-dev 2003-10-11 13:11:01 UTC

*** This bug has been marked as a duplicate of 30923 ***