Removed "Listening on interface .* Enabled" line in logwatch-xntpd.patch
This commit is contained in:
parent
4f440d4628
commit
ec9e9da54c
@ -1,6 +1,6 @@
|
||||
--- logwatch-20110113/scripts/services/xntpd.orig 2010-05-10 01:24:57.000000000 +0200
|
||||
+++ logwatch-20110113/scripts/services/xntpd 2011-01-13 16:30:11.573714329 +0100
|
||||
@@ -146,12 +146,15 @@ while (defined(my $ThisLine = <STDIN>))
|
||||
@@ -146,12 +146,14 @@ while (defined(my $ThisLine = <STDIN>))
|
||||
($ThisLine =~ m/kernel time sync (dis|en)abled /) or # startup
|
||||
($ThisLine =~ m/frequency initialized/) or # startup
|
||||
($ThisLine =~ m/using kernel phase-lock loop/) or # startup
|
||||
@ -10,7 +10,7 @@
|
||||
($ThisLine =~ /Deleting interface \#[0-9]+ [^,]*, [^,]*, interface stats: received=.*, sent=.*, dropped=.*, active_time=.* secs/) or
|
||||
($ThisLine =~ /Invalid argument/) or
|
||||
($ThisLine =~ /Listening on interface .* Disabled/) or
|
||||
($ThisLine =~ /Listening on interface .* Enabled/) or
|
||||
- ($ThisLine =~ /Listening on interface .* Enabled/) or
|
||||
+ ($ThisLine =~ /Listen and drop on /) or
|
||||
+ ($ThisLine =~ /Listening on routing socket on/) or
|
||||
($ThisLine =~ /ntp_io: estimated max descriptors: \d*, initial socket boundary: \d*/)
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
Summary: A log file analysis program
|
||||
Name: logwatch
|
||||
Version: 7.3.6
|
||||
Release: 60.20110113svn22%{?dist}
|
||||
Release: 61.20110113svn22%{?dist}
|
||||
License: MIT
|
||||
Group: Applications/System
|
||||
URL: http://www.logwatch.org/
|
||||
@ -148,13 +148,16 @@ echo "# Configuration overrides for specific logfiles/services may be placed her
|
||||
#%doc License project/CHANGES
|
||||
|
||||
%changelog
|
||||
* Mon Jan 17 2011 Karel Klíč <kklic@redhat.com> - 7.3.6-60.20110113svn22
|
||||
* Tue Jan 18 2011 Karel Klic <kklic@redhat.com> - 7.3.6-61.20110113svn22
|
||||
- Removed "Listening on interface .* Enabled" line in logwatch-xntpd.patch
|
||||
|
||||
* Mon Jan 17 2011 Karel Klic <kklic@redhat.com> - 7.3.6-60.20110113svn22
|
||||
- Added logwatch-pam_unix.patch by Frank Crawford (rhbz#666586), modified
|
||||
|
||||
* Thu Jan 13 2011 Karel Klíč <kklic@redhat.com> - 7.3.6-59.20110113svn22
|
||||
* Thu Jan 13 2011 Karel Klic <kklic@redhat.com> - 7.3.6-59.20110113svn22
|
||||
- Correct date in the release number
|
||||
|
||||
* Thu Jan 13 2011 Karel Klíč <kklic@redhat.com> - 7.3.6-59.20100113svn22
|
||||
* Thu Jan 13 2011 Karel Klic <kklic@redhat.com> - 7.3.6-59.20100113svn22
|
||||
- Updated to the latest SVN upstream revision
|
||||
- Removed patches merged by upstream
|
||||
- Removed logwatch-7.3.6-usage.patch, because --usage works in the new
|
||||
|
||||
Loading…
Reference in New Issue
Block a user