Blame SOURCES/logwatch-smartd-copyright.patch

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