1 |
slords |
1.1 |
diff -Nur -x '*.orig' -x '*.rej' logwatch-7.3.2/scripts/services/clamav mezzanine_patched_logwatch-7.3.2/scripts/services/clamav |
2 |
|
|
--- logwatch-7.3.2/scripts/services/clamav 2006-12-14 21:58:30.000000000 -0700 |
3 |
|
|
+++ mezzanine_patched_logwatch-7.3.2/scripts/services/clamav 2007-02-16 09:08:57.000000000 -0700 |
4 |
|
|
@@ -34,7 +34,7 @@ |
5 |
|
|
$SelfCheck{$Check}++; |
6 |
|
|
} elsif (($Virus) = ($ThisLine =~ /^.+?: (.*?) FOUND/i )) { |
7 |
|
|
$VirusList{$Virus}++; |
8 |
|
|
- } elsif (($Viruses) = ($ThisLine =~ /^Database correctly reloaded \((\d+) viruses\)/i )) { |
9 |
|
|
+ } elsif (($Viruses) = ($ThisLine =~ /^Database correctly reloaded \((\d+) (viruses|signatures)\)/i )) { |
10 |
|
|
$DatabaseReloads++; |
11 |
|
|
$DatabaseViruses = $Viruses; |
12 |
|
|
} elsif (($ThisLine =~ /Stopped at/)) { |