From 7b59d8389da56cd5119921f554dad4477967b30d Mon Sep 17 00:00:00 2001 From: Joern-Ingo Weigert Date: Wed, 6 Mar 2013 11:08:51 +0100 Subject: [PATCH] New source-url for McAfee Scanner support for updxlrator This patch add a new source-url to support McAfee Scanner Updates in Update Accelerator /usr/sbin/updxlrator --- config/updxlrator/updxlrator | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config/updxlrator/updxlrator b/config/updxlrator/updxlrator index 24d65d353e..630093bf72 100644 --- a/config/updxlrator/updxlrator +++ b/config/updxlrator/updxlrator @@ -155,6 +155,13 @@ while (<>) { } # ----------------------------------------------------------- + # Section: Mcafee + # ----------------------------------------------------------- + + if ($source_url =~ m@^http://update\.nai\.com/.*\.(mcs|z|gem|dat|zip)$@i) + { + $xlrator_url = &check_cache($source_url,$hostaddr,$username,"mcafee",$mirror); + } # ----------------------------------------------------------- # Section: Avira Downloads -- 2.39.2