- Resolves: #436719 Logwatch doesn't show any usable sendmail section
This commit is contained in:
parent
0b230704cb
commit
cf7c500e3a
12
logwatch-7.3.6-sendmail.patch
Normal file
12
logwatch-7.3.6-sendmail.patch
Normal file
@ -0,0 +1,12 @@
|
||||
diff -up logwatch-7.3.6/conf/services/sendmail.conf.pom logwatch-7.3.6/conf/services/sendmail.conf
|
||||
--- logwatch-7.3.6/conf/services/sendmail.conf.pom 2005-12-01 00:58:59.000000000 +0100
|
||||
+++ logwatch-7.3.6/conf/services/sendmail.conf 2008-04-30 15:32:38.000000000 +0200
|
||||
@@ -34,7 +34,7 @@ LogFile = maillog
|
||||
# logwatch Detail setting.
|
||||
#
|
||||
# Example:
|
||||
-#Detail = 5
|
||||
+Detail = 3
|
||||
#
|
||||
# The defined values of Detail are as follows:
|
||||
# Detail >= 0: Will print:";
|
||||
@ -1,7 +1,7 @@
|
||||
Summary: A log file analysis program
|
||||
Name: logwatch
|
||||
Version: 7.3.6
|
||||
Release: 21%{?dist}
|
||||
Release: 22%{?dist}
|
||||
License: MIT
|
||||
Group: Applications/System
|
||||
URL: http://www.logwatch.org/
|
||||
@ -39,6 +39,7 @@ Patch33: logwatch-7.3.6-cron4.patch
|
||||
Patch34: logwatch-7.3.6-dovecot_back.patch
|
||||
Patch35: logwatch-7.3.6-audit2.patch
|
||||
Patch36: logwatch-7.3.6-openvpn2.patch
|
||||
Patch37: logwatch-7.3.6-sendmail.patch
|
||||
|
||||
Requires: textutils sh-utils grep mailx
|
||||
Requires: perl(Date::Manip)
|
||||
@ -86,6 +87,7 @@ of the package on many systems.
|
||||
%patch34 -p1
|
||||
%patch35 -p1
|
||||
%patch36 -p1
|
||||
%patch37 -p1
|
||||
rm -f scripts/services/*.orig
|
||||
|
||||
%build
|
||||
@ -199,6 +201,10 @@ rm -rf %{buildroot}
|
||||
%doc License project/CHANGES
|
||||
|
||||
%changelog
|
||||
* Wed Apr 30 2008 Ivana Varekova <varekova@redhat.com> 7.3.6-22
|
||||
- Resolves: #436719
|
||||
Logwatch doesn't show any usable sendmail section
|
||||
|
||||
* Fri Apr 4 2008 Ivana Varekova <varekova@redhat.com> 7.3.6-21
|
||||
- Resolves: #440534
|
||||
Some unmatched OpenVPN log lines
|
||||
|
||||
Loading…
Reference in New Issue
Block a user