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

Annotation of /rpms/logwatch/sme8/logwatch-7.3.2-signaturereload.patch

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


Revision 1.1 - (hide annotations) (download)
Tue Jun 12 19:57:30 2007 UTC (16 years, 11 months ago) by slords
Branch: MAIN
CVS Tags: logwatch-7_3_2-3_el5_sme, HEAD
Import on branch sme8 of package logwatch-7.3.2-3.el5.sme.src.rpm

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

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