- Resolves 234875 logwatch warns about ntpd startup messages

This commit is contained in:
Ivana Varekova 2007-04-04 08:16:53 +00:00
parent d46867733d
commit a0c5aefd62
2 changed files with 20 additions and 1 deletions

View File

@ -0,0 +1,13 @@
--- logwatch-7.3.4/scripts/services/xntpd.pom 2007-02-17 20:36:11.000000000 +0100
+++ logwatch-7.3.4/scripts/services/xntpd 2007-04-04 10:10:47.000000000 +0200
@@ -105,7 +105,9 @@
($ThisLine =~ m/select([^\)]) error: Interrupted system call/) or
($ThisLine =~ m/signal_no_reset: signal \d+ had flags \d+/) or
($ThisLine =~ /Deleting interface \#[0-9] [^,]*, [^,]*, interface stats: received=.*, sent=.*, dropped=.*, active_time=.* secs/) or
- ($ThisLine =~ /Invalid argument/)
+ ($ThisLine =~ /Invalid argument/) or
+ ($ThisLine =~ /Listening on interface #[0-9]* (vmnet[0-9]|eth[0-9]|lo), [0-9a-z:.]+\#[0-9]* Enabled/) or
+ ($ThisLine =~ /Listening on interface #[0-9]* wildcard, [0-9a-z:.]+\#[0-9]* Disabled/)
) {
# Ignore these
} elsif ($ThisLine =~ m/ntpd [\d\-\.\w@]+ ... ... .. ..:..:.. /) {

View File

@ -1,7 +1,7 @@
Summary: A log file analysis program
Name: logwatch
Version: 7.3.4
Release: 3%{?dist}
Release: 4%{?dist}
License: MIT
Group: Applications/System
URL: http://www.logwatch.org/
@ -10,6 +10,7 @@ Patch1: logwatch-7.2.1-nosegfault.patch
Patch2: logwatch-7.3.1-vsftpd.patch
Patch3: logwatch-7.3.4-pam_unix.patch
Patch4: logwatch-7.3.4-secure.patch
Patch5: logwatch-7.3.4-xntpd.patch
Requires: textutils sh-utils grep mailx
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@ -27,6 +28,7 @@ of the package on many systems.
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1
%build
@ -140,6 +142,10 @@ rm -rf %{buildroot}
%doc License project/CHANGES
%changelog
* Wed Apr 4 2007 Ivana Varekova <varekova@redhat.com> 7.3.4-4
- Resolves 234875
logwatch warns about ntpd startup messages
* Mon Apr 2 2007 Ivana Varekova <varekova@redhat.com> 7.3.4-3
- Resolves: 234767
Unmatched Entries in mails since sysklogd 1.4.2-3/#223573