Fix xntpd patch
This commit is contained in:
parent
caa5adf296
commit
67d90bb1db
@ -35,7 +35,7 @@ RH-Bugzilla: #673756
|
||||
} elsif ( my ($Error) = ($ThisLine =~ /(no server(s reachable| suitable for synchronization found))/ )) {
|
||||
$Errors{$Error}++;
|
||||
- } elsif ( my ($Error) = ($ThisLine =~ /(can't find host \S+|no servers can be used, exiting)/ )) {
|
||||
+ } elsif ( my ($Error) = ($ThisLine =~ /([Cc]an't find host \S+|no servers can be used, exiting)/ )
|
||||
+ } elsif ( my ($Error) = ($ThisLine =~ /([Cc]an't find host \S+|no servers can be used, exiting)/ )) {
|
||||
$Errors{$Error}++;
|
||||
} elsif ( my ($Error) = ($ThisLine =~ /(sendto\(\S+\): Network is unreachable)/ )) {
|
||||
$Errors{$Error}++;
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
Summary: A log file analysis program
|
||||
Name: logwatch
|
||||
Version: 7.4.1
|
||||
Release: 1.20140924svn%{revision}%{?dist}
|
||||
Release: 2.20140924svn%{revision}%{?dist}
|
||||
License: MIT
|
||||
Group: Applications/System
|
||||
URL: http://www.logwatch.org/
|
||||
@ -147,6 +147,9 @@ echo "# Configuration overrides for specific logfiles/services may be placed her
|
||||
%{_mandir}/man*/*
|
||||
|
||||
%changelog
|
||||
* Thu Sep 25 2014 Jan Synacek <jsynacek@redhat.com> - 7.4.1-2.20140924svn242
|
||||
- Fix xntpd patch
|
||||
|
||||
* Wed Sep 24 2014 Jan Synacek <jsynacek@redhat.com> - 7.4.1-1.20140924svn242
|
||||
- Update to 7.4.1 (revision 242) (rhbz#1145898)
|
||||
- Fix bogus dates
|
||||
|
||||
Loading…
Reference in New Issue
Block a user