]> 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 4eb4c7c44ef51dc3875759c389d4e9d17f14388e..3edf4a67e7cce6d133735e472c5ae842004195df 100644 (file)
@@ -155,17 +155,15 @@ while (<>) {
        $from_local_cache = &cache_access($dsturl,$hostaddr,$username,"Apple"); 
        }
        
-       # ----------------------------------------------------------- 
-       
        # ----------------------------------------------------------- 
        # Section: Kaspersky Downloads 
        # -----------------------------------------------------------  
        
-       if ($dsturl =~ m@^ht?tp://dnl*kapsersky*\.(xml\.dif|avc*|tzv)$@i) 
+       if ($dsturl =~ m@^http://dnl-.*\.kaspersky-labs\.com\/(diffs|bases|AutoPatches).*$@i) 
        { 
        $from_local_cache = &cache_access($dsturl,$hostaddr,$username,"Kaspersky"); 
        }
-       
+
        # ----------------------------------------------------------- 
 
        }