[logwatch] Removed "Listening on interface .* Enabled" line in logwatch-xntpd.patch

Karel Klíč kklic at fedoraproject.org
Tue Jan 18 15:41:25 UTC 2011


commit ec9e9da54c23e4a97f460312e715fcb3d606fb32
Author: Karel Klic <kklic at redhat.com>
Date:   Tue Jan 18 16:40:48 2011 +0100

    Removed "Listening on interface .* Enabled" line in logwatch-xntpd.patch

 logwatch-xntpd.patch |    4 ++--
 logwatch.spec        |   11 +++++++----
 2 files changed, 9 insertions(+), 6 deletions(-)
---
diff --git a/logwatch-xntpd.patch b/logwatch-xntpd.patch
index 1ba5e51..1bad677 100644
--- a/logwatch-xntpd.patch
+++ b/logwatch-xntpd.patch
@@ -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*/)
diff --git a/logwatch.spec b/logwatch.spec
index 904e0c4..59e0904 100644
--- a/logwatch.spec
+++ b/logwatch.spec
@@ -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 at redhat.com> - 7.3.6-60.20110113svn22
+* Tue Jan 18 2011 Karel Klic <kklic at redhat.com> - 7.3.6-61.20110113svn22
+- Removed "Listening on interface .* Enabled" line in logwatch-xntpd.patch
+
+* Mon Jan 17 2011 Karel Klic <kklic at 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 at redhat.com> - 7.3.6-59.20110113svn22
+* Thu Jan 13 2011 Karel Klic <kklic at redhat.com> - 7.3.6-59.20110113svn22
 - Correct date in the release number
 
-* Thu Jan 13 2011 Karel Klíč <kklic at redhat.com> - 7.3.6-59.20100113svn22
+* Thu Jan 13 2011 Karel Klic <kklic at 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


More information about the scm-commits mailing list