From: Michael Tremer Date: Thu, 8 Nov 2018 16:46:11 +0000 (+0000) Subject: update accelerator: Do not attempt to cache IPFire updates any more X-Git-Tag: v2.21-core125~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=524dae818f1495c7e17bf89f3ebcb7773678ceec;p=ipfire-2.x.git update accelerator: Do not attempt to cache IPFire updates any more We do not deliver anything via HTTP or FTP any more and therefore nothing can be cached any more. Signed-off-by: Michael Tremer --- diff --git a/config/updxlrator/updxlrator b/config/updxlrator/updxlrator index 865408c853..cdc7eeb503 100644 --- a/config/updxlrator/updxlrator +++ b/config/updxlrator/updxlrator @@ -193,15 +193,6 @@ while (<>) { $xlrator_url = &check_cache($source_url,$hostaddr,$username,"Avira",$mirror); } - # ----------------------------------------------------------- - # Section: IPFire Downloads - # ----------------------------------------------------------- - - if ($source_url =~ m@^[f|h]t?tp://.*\.(ipfire)$@i) - { - $xlrator_url = &check_cache($source_url,$hostaddr,$username,"IPFire",$mirror); - } - # ----------------------------------------------------------- # Section: AVG Downloads # -----------------------------------------------------------