]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - config/updxlrator/updxlrator
Kernel Update auf 2.6.16.55.
[people/teissler/ipfire-2.x.git] / config / updxlrator / updxlrator
index 4d98cccce6002b20dd8fd812344bb2dc44f66d8c..3edf4a67e7cce6d133735e472c5ae842004195df 100644 (file)
@@ -155,6 +155,15 @@ while (<>) {
        $from_local_cache = &cache_access($dsturl,$hostaddr,$username,"Apple"); 
        }
        
+       # ----------------------------------------------------------- 
+       # Section: Kaspersky Downloads 
+       # -----------------------------------------------------------  
+       
+       if ($dsturl =~ m@^http://dnl-.*\.kaspersky-labs\.com\/(diffs|bases|AutoPatches).*$@i) 
+       { 
+       $from_local_cache = &cache_access($dsturl,$hostaddr,$username,"Kaspersky"); 
+       }
+
        # ----------------------------------------------------------- 
 
        }