SF.net SVN: logwatch:[288] trunk/scripts/services/clamav-milter

[email protected] Tue, 3 Feb 2015 20:50:14 +0000
Newsgroups gmane.comp.log.logwatch.devel
Message-ID <[email protected]>
Revision: 288
          http://sourceforge.net/p/logwatch/code/288
Author:   opoplawski
Date:     2015-02-03 20:50:14 +0000 (Tue, 03 Feb 2015)
Log Message:
-----------
[clamav-milter] Handle new start meessage

Modified Paths:
--------------
    trunk/scripts/services/clamav-milter

Modified: trunk/scripts/services/clamav-milter
===================================================================
--- trunk/scripts/services/clamav-milter	2015-02-03 20:46:29 UTC (rev 287)
+++ trunk/scripts/services/clamav-milter	2015-02-03 20:50:14 UTC (rev 288)
@@ -53,7 +53,7 @@
       $MaxChildrenLimit{$ChildLimit}++;
    } elsif (($ThisLine =~ /^Stopping/)) {
       $DaemonStop++;
-   } elsif (($ThisLine =~ /^Starting/)) {
+   } elsif (($ThisLine =~ /^(Starting|\+\+\+ Started)/)) {
       $DaemonStart++;
    } elsif (($Viruses) = ($ThisLine =~ /^Database correctly reloaded \((\d+) (signatures|viruses)\)/i )) {
       $DatabaseReloads++;

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/