SF.net SVN: logwatch:[192] scripts/services/evtsystem

[email protected]
Newsgroups gmane.comp.log.logwatch.devel
Message-ID <[email protected]>
Revision: 192
          http://sourceforge.net/p/logwatch/code/192
Author:   opoplawski
Date:     2014-05-05 15:22:21 +0000 (Mon, 05 May 2014)
Log Message:
-----------
[services/evtsystem] Fix a Group Policy regex

Modified Paths:
--------------
    scripts/services/evtsystem

Modified: scripts/services/evtsystem
===================================================================
--- scripts/services/evtsystem	2014-02-07 13:58:09 UTC (rev 191)
+++ scripts/services/evtsystem	2014-05-05 15:22:21 UTC (rev 192)
@@ -109,7 +109,7 @@
 
    if ($System eq "Microsoft-Windows-GroupPolicy") {
       #Ignore these
-      next if $ExpandedString =~ /^Group Policy settings for the computer were processed successfully\. There were no changes detected since the last successful processing of Group Policy\.$/;
+      next if $ExpandedString =~ /^The Group Policy settings for the computer were processed successfully\. There were no changes detected since the last successful processing of Group Policy\.$/;
    }
 
    if ($System eq "Microsoft-Windows-Power-Troubleshooter") {

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


------------------------------------------------------------------------------
Is your legacy SCM system holding you back? Join Perforce May 7 to find out:
&#149; 3 signs your SCM is hindering your productivity
&#149; Requirements for releasing software faster
&#149; Expert tips and advice for migrating your SCM now
http://p.sf.net/sfu/perforce
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.