13 lines
800 B
Diff
13 lines
800 B
Diff
diff -ur logwatch-7.3.6/scripts/services/named logwatch-7.3.6-fedora/scripts/services/named
|
|
--- logwatch-7.3.6/scripts/services/named 2010-10-09 13:45:17.000000000 +0100
|
|
+++ logwatch-7.3.6-fedora/scripts/services/named 2010-10-09 16:46:53.000000000 +0100
|
|
@@ -193,7 +193,7 @@
|
|
($ThisLine =~ /built with/) or
|
|
($ThisLine =~ /'.*': TTL differs in rdataset, adjusting [0-9]* -> [0-9]*/) or
|
|
($ThisLine =~ /max open files \([0-9]*\) is smaller than max sockets \([0-9]*\)/) or
|
|
- ($ThisLine =~ /clients-per-query decreased to .*/) or
|
|
+ ($ThisLine =~ /clients-per-query (?:de|in)creased to .*/) or
|
|
($ThisLine =~ /^must-be-secure resolving '.*': .*/) or
|
|
($ThisLine =~ /^no valid DS resolving '.*': .*/) or
|
|
($ThisLine =~ /^no valid KEY resolving '.*': .*/) or
|