- logwatch will ignore more useless secure logs
This commit is contained in:
parent
a0c5aefd62
commit
03b34c7d95
@ -7,7 +7,7 @@
|
||||
- ( $ThisLine =~ /logfile turned over/) # newsyslog on OpenBSD
|
||||
+ ( $ThisLine =~ /logfile turned over/) or # newsyslog on OpenBSD
|
||||
+ ( $ThisLine =~ /Connection closed by/) or
|
||||
+ ( $ThisLine =~ /sshd: Accepted \S+ for \S+ from [\d\.:a-f]+ port \d+/) # ssh script reads this log
|
||||
+ ( $ThisLine =~ /sshd.*: Accepted \S+ for \S+ from [\d\.:a-f]+ port \d+/) # ssh script reads this log
|
||||
) {
|
||||
# Ignore these entries
|
||||
} elsif ($ThisLine =~ /^spop3d/ || $ThisLine =~ /^pop\(\w+\)\[\d+\]:/) {
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
Summary: A log file analysis program
|
||||
Name: logwatch
|
||||
Version: 7.3.4
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
License: MIT
|
||||
Group: Applications/System
|
||||
URL: http://www.logwatch.org/
|
||||
@ -142,6 +142,9 @@ rm -rf %{buildroot}
|
||||
%doc License project/CHANGES
|
||||
|
||||
%changelog
|
||||
* Tue Apr 10 2007 Ivana Varekova <varekova@redhat.com> 7.3.4-5
|
||||
- logwatch will ignore more useless secure logs
|
||||
|
||||
* Wed Apr 4 2007 Ivana Varekova <varekova@redhat.com> 7.3.4-4
|
||||
- Resolves 234875
|
||||
logwatch warns about ntpd startup messages
|
||||
|
||||
Loading…
Reference in New Issue
Block a user