Enable proxies in make-manuf and make-sminmpec.pl as well.

svn path=/trunk/; revision=38864
This commit is contained in:
Gerald Combs 2011-09-02 16:07:36 +00:00
parent 97186d78ba
commit 959135b215
2 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,7 @@ if( $@ ) {
" module libwww. Bailing.\n";
}
$agent = LWP::UserAgent->new;
$agent->env_proxy;
$template = "manuf.tmpl";
$wkatmpl = "wka.tmpl";

View File

@ -34,6 +34,7 @@ if($in =~ m/^http:/i) {
die "LWP isn't installed. It is part of the standard Perl module libwww." if $@;
my $agent = LWP::UserAgent->new;
$agent->env_proxy;
warn "starting to fetch $in ...\n";