Summary: | updxlrator - AVG download source lead to misconfigure updxlrator | ||
---|---|---|---|
Product: | IPFire | Reporter: | Jörn-Ingo Weigert <jiweigert> |
Component: | --- | Assignee: | Bernhard Bitsch <bbitsch> |
Status: | CLOSED FIXED | QA Contact: | |
Severity: | Minor Usability | ||
Priority: | - Unknown - | CC: | arne.fitzenreiter, bbitsch, michael.tremer, stefan.schantl |
Version: | 2 | ||
Hardware: | all | ||
OS: | Linux | ||
Attachments: | patch file |
Hello Jörn-Ingo, please commit the patch to your IPFire 2 repository so we easily can pick and merge it into the IPFire 2 main repository. Bug fixed in my repository, branch testing. Please test. Patch is part of current version ( core update 88 ). |
Created attachment 87 [details] patch file In the file /usr/sbin/updxlrator are several update sources defined. The last one (AVG Download) are beyond the if GET || HEAD loop. This lead others to add sources behind the AVG source and so slowing down the system (cause these sources will allways be checked regardless off GET or HEAD . I changed the closing curly bracked to a better position and added a BIG HINT where to put new sources. patch diff file attached. Kind regards, nightshift