- parse a few unmatched entries in named script (#513853)

This commit is contained in:
Ivana Varekova 2009-08-11 11:56:43 +00:00
parent a98ae0521e
commit 451d764184
2 changed files with 26 additions and 2 deletions

View File

@ -0,0 +1,19 @@
diff -up logwatch-7.3.6/scripts/services/named.pom logwatch-7.3.6/scripts/services/named
--- logwatch-7.3.6/scripts/services/named.pom 2009-08-11 09:42:27.000000000 +0200
+++ logwatch-7.3.6/scripts/services/named 2009-08-11 13:36:47.000000000 +0200
@@ -183,7 +183,14 @@ while (defined($ThisLine = <STDIN>)) {
($ThisLine =~ /.*: unexpected end of input/) or
($ThisLine =~ /too many timeouts resolving '.*' .*: disabling EDNS/) or
($ThisLine =~ /too many timeouts resolving '.*' .*: reducing the advertised EDNS UDP packet size to .* octets/) or
- ($ThisLine =~ /reloading zones succeeded/)
+ ($ThisLine =~ /reloading zones succeeded/) or
+ ($ThisLine =~ /success resolving '.*' \(in '.*'?\) after disabling EDNS/) or
+ ($ThisLine =~ /success resolving '.*' \(in '.*'?\) after reducing the advertised EDNS UDP packet size to 512 octets/) or
+ ($ThisLine =~ /the working directory is not writable/) or
+ ($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/)
# too many timeouts resolving 'ns-ext.nrt1.isc.org/AAAA' (in '.'?): disabling EDNS: 3 Time(s)
) {
# Don't care about these...

View File

@ -1,7 +1,7 @@
Summary: A log file analysis program
Name: logwatch
Version: 7.3.6
Release: 47%{?dist}
Release: 48%{?dist}
License: MIT
Group: Applications/System
URL: http://www.logwatch.org/
@ -53,6 +53,7 @@ Patch53: logwatch-7.3.6-sshd2.patch
Patch54: logwatch-7.3.6-exim2.patch
Patch55: logwatch-7.3.6-removeservice.patch
Patch56: logwatch-7.3.6-cron_conf.patch
Patch57: logwatch-7.3.6-named5.patch
Requires: textutils sh-utils grep mailx
Requires: perl(Date::Manip)
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@ -113,6 +114,7 @@ of the package on many systems.
%patch54 -p1
%patch55 -p1
%patch56 -p1
%patch57 -p1
rm -f scripts/services/*.orig
%build
@ -236,10 +238,13 @@ rm -rf %{buildroot}
%doc License project/CHANGES
%changelog
* Tue Aug 11 2009 Ivana Varekova <varekova@redhat.com> 7.3.6-48
- parse a few unmatched entries in named script (#513853)
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7.3.6-47
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
* Tue Jul 7 2009 Ivana Varekova <varekova@redhat.com> 7.3.6-16
* Tue Jul 7 2009 Ivana Varekova <varekova@redhat.com> 7.3.6-46
- fix cron script
* Thu Jul 2 2009 Ivana Varekova <varekova@redhat.com> 7.3.6-45