Blame SOURCES/logwatch-smartd-copyright.patch

9ea232
--- logwatch/scripts/services/smartd	2011-02-28 12:08:10.000000000 +0100
9ea232
+++ logwatch/scripts/services/smartd.new	2013-06-06 13:55:44.835000202 +0200
9ea232
@@ -117,7 +117,8 @@ while (defined(my $ThisLine = <STDIN>))
9ea232
        # ignore empty lines
9ea232
    } elsif ( ($ThisLine =~ /^smartd version/)
9ea232
           || ($ThisLine =~ /^Home page/)
9ea232
-          || ($ThisLine =~ /^smartd .*Copyright \(C\) [0-9-]+ by Bruce Allen/)
9ea232
+          || ($ThisLine =~ /Copyright \(C\) [0-9-]+(?: by|,) Bruce Allen/)
9ea232
+          || ($ThisLine =~ /^smartd [0-9\.]+ [0-9-]+/)
9ea232
           || ($ThisLine =~ /configuration file/i)
9ea232
           || ($ThisLine =~ /\[trip Temperature is \d+ Celsius\]/)
9ea232
           || ($ThisLine =~ /^Monitoring/)