*** pca Wed Aug 22 17:37:14 2007 --- pca.new Thu Aug 23 11:54:03 2007 *************** *** 519,525 **** my $try=1; while ($try <= $o{dltries} ) { $p{$id}{dlfile}="$o{patchdir}/$pp.tmp"; ! `$o{wget} $o{wgetq} $o{wgetproxy} --http-user='$o{user}' --http-passwd='$o{passwd}' "http://sunsolve.sun.com/private-cgi/pdownload.pl?target=$pp&method=h" -O $o{patchdir}/$pp.tmp`; $p{$id}{dlfile}=""; if ((!$?) && (-s "$o{patchdir}/$pp.tmp")) { my $file=`LC_MESSAGES=C; export LC_MESSAGES; $file $o{patchdir}/$pp.tmp`; --- 519,525 ---- my $try=1; while ($try <= $o{dltries} ) { $p{$id}{dlfile}="$o{patchdir}/$pp.tmp"; ! `$o{wget} $o{wgetq} $o{wgetproxy} --http-user='$o{user}' --http-passwd='$o{passwd}' --no-check-certificate "https://sunsolve.sun.com/private-cgi/pdownload.pl?target=$pp&method=h" -O $o{patchdir}/$pp.tmp`; $p{$id}{dlfile}=""; if ((!$?) && (-s "$o{patchdir}/$pp.tmp")) { my $file=`LC_MESSAGES=C; export LC_MESSAGES; $file $o{patchdir}/$pp.tmp`; *************** *** 1272,1280 **** my $try=1; while ($try <= $o{dltries} ) { if ($o{user} && $o{passwd}) { ! `$o{wget} $o{wgetq} $o{wgetproxy} $o{nocache} --http-user='$o{user}' --http-passwd='$o{passwd}' "http://sunsolve.sun.com/pdownload.do?target=patchdiag.xref" -O $input{xref}`; } else { ! `$o{wget} $o{wgetq} $o{wgetproxy} $o{nocache} --header "Cookie: SunSolve_SLA=accept=y" "http://sunsolve.sun.com/pdownload.do?target=patchdiag.xref" -O $input{xref}`; } last if (!$? && (-s $input{xref})); $try++; if ($try <= $o{dltries}) { sleep ($try*2) } --- 1272,1280 ---- my $try=1; while ($try <= $o{dltries} ) { if ($o{user} && $o{passwd}) { ! `$o{wget} $o{wgetq} $o{wgetproxy} $o{nocache} --http-user='$o{user}' --http-passwd='$o{passwd}' --no-check-certificate "https://sunsolve.sun.com/pdownload.do?target=patchdiag.xref" -O $input{xref}`; } else { ! `$o{wget} $o{wgetq} $o{wgetproxy} $o{nocache} --header "Cookie: SunSolve_SLA=accept=y" --no-check-certificate "https://sunsolve.sun.com/pdownload.do?target=patchdiag.xref" -O $input{xref}`; } last if (!$? && (-s $input{xref})); $try++; if ($try <= $o{dltries}) { sleep ($try*2) } *************** *** 1479,1493 **** if ($o{patchurl} && $o{patchurl} =~ /pca-proxy\.cgi/) { printf "