/[smeserver]/rpms/logwatch/sme7/logwatch-7.3.2-signaturereload.patch
ViewVC logotype

Contents of /rpms/logwatch/sme7/logwatch-7.3.2-signaturereload.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Tue Jun 12 16:29:32 2007 UTC (16 years, 11 months ago) by slords
Branch: MAIN
CVS Tags: logwatch-7_3_2-3_el4_sme, HEAD
Import on branch sme7 of package logwatch-7.3.2-3.el4.sme.src.rpm

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/)) {

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed