- change Print configuration (#378901)
This commit is contained in:
parent
96a6651fa3
commit
8af1534c35
12
logwatch-7.3.6-conf.patch
Normal file
12
logwatch-7.3.6-conf.patch
Normal file
@ -0,0 +1,12 @@
|
||||
diff -up logwatch-7.3.6/conf/logwatch.conf.pom logwatch-7.3.6/conf/logwatch.conf
|
||||
--- logwatch-7.3.6/conf/logwatch.conf.pom 2007-05-15 07:12:18.000000000 +0200
|
||||
+++ logwatch-7.3.6/conf/logwatch.conf 2007-11-13 14:35:48.000000000 +0100
|
||||
@@ -45,7 +45,7 @@ MailFrom = Logwatch
|
||||
|
||||
# If set to 'Yes', the report will be sent to stdout instead of being
|
||||
# mailed to above person.
|
||||
-Print = Yes
|
||||
+Print =
|
||||
|
||||
# if set, the results will be saved in <filename> instead of mailed
|
||||
# or displayed.
|
||||
@ -1,7 +1,7 @@
|
||||
Summary: A log file analysis program
|
||||
Name: logwatch
|
||||
Version: 7.3.6
|
||||
Release: 11%{?dist}
|
||||
Release: 12%{?dist}
|
||||
License: MIT
|
||||
Group: Applications/System
|
||||
URL: http://www.logwatch.org/
|
||||
@ -27,6 +27,7 @@ Patch20: logwatch-7.3.6-secure1.patch
|
||||
Patch21: logwatch-7.3.6-sudo.patch
|
||||
Patch22: logwatch-7.3.6-sshd1.patch
|
||||
Patch23: logwatch-7.3.6-clamav-milter.patch
|
||||
Patch24: logwatch-7.3.6-conf.patch
|
||||
|
||||
Requires: textutils sh-utils grep mailx
|
||||
Requires: perl(Date::Manip)
|
||||
@ -62,6 +63,7 @@ of the package on many systems.
|
||||
%patch21 -p1
|
||||
%patch22 -p1
|
||||
%patch23 -p1
|
||||
%patch24 -p1
|
||||
|
||||
%build
|
||||
|
||||
@ -174,6 +176,9 @@ rm -rf %{buildroot}
|
||||
%doc License project/CHANGES
|
||||
|
||||
%changelog
|
||||
* Tue Nov 13 2007 Ivana Varekova <varekova@redhat.com> 7.3.6-12
|
||||
- change Print configuration (#378901)
|
||||
|
||||
* Tue Nov 6 2007 Ivana Varekova <varekova@redhat.com> 7.3.6-11
|
||||
- Resolves: #361921
|
||||
fix clamav-milter service
|
||||
|
||||
Loading…
Reference in New Issue
Block a user