22 lines
1.3 KiB
Diff
22 lines
1.3 KiB
Diff
diff -up logwatch-7.3.6/scripts/services/named.named6 logwatch-7.3.6/scripts/services/named
|
|
--- logwatch-7.3.6/scripts/services/named.named6 2009-12-16 15:04:47.000000000 +0100
|
|
+++ logwatch-7.3.6/scripts/services/named 2009-12-16 15:08:25.836379108 +0100
|
|
@@ -190,7 +190,16 @@ while (defined($ThisLine = <STDIN>)) {
|
|
($ThisLine =~ /using default UDP\/IPv[46] port range: \[[0-9]*, [0-9]*\]/) or
|
|
($ThisLine =~ /adjusted limit on open files from [0-9]* to [0-9]*/) or
|
|
($ThisLine =~ /using up to [0-9]* sockets/) or
|
|
- ($ThisLine =~ /built with/)
|
|
+ ($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 =~ /^must-be-secure resolving '.*': .*/) or
|
|
+ ($ThisLine =~ /^no valid DS resolving '.*': .*/) or
|
|
+ ($ThisLine =~ /^no valid KEY resolving '.*': .*/) or
|
|
+ ($ThisLine =~ /^no valid RRSIG resolving '.*': .*/) or
|
|
+ ($ThisLine =~ /^not insecure resolving '.*': .*/) or
|
|
+ ($ThisLine =~ /^validating \@0x[[:xdigit:]]+: .* DS: must be secure failure/)
|
|
# too many timeouts resolving 'ns-ext.nrt1.isc.org/AAAA' (in '.'?): disabling EDNS: 3 Time(s)
|
|
) {
|
|
# Don't care about these...
|