Sophie

Sophie

distrib > Mageia > 6 > armv5tl > media > core-release-src > by-pkgid > 840cb53685dab309d9f5ab72f2856ce7 > files > 2

logwatch-7.4.0-7.mga6.src.rpm

Index: scripts/services/barracuda
===================================================================
--- scripts/services/barracuda
+++ scripts/services/barracuda	2014-08-18 09:36:46.678438052 +0200
@@ -205,7 +205,7 @@
       } else {
          push @OtherList,$ThisLine;
       }
-   } elsif ( $ThisLine =~ /\s[RECV|SCAN|SEND]\s/) {
+   } elsif ( $ThisLine =~ /\s(RECV|SCAN|SEND)\s/) {
       push @OtherList,$ThisLine;
    }
 }