From ee79f8616dbee9d72ab7bf13c8d7877f2ca862ac Mon Sep 17 00:00:00 2001 From: Jan Synacek Date: Wed, 4 Jan 2012 12:12:16 +0100 Subject: [PATCH] Updated -manpage patch (rhbz#719061) --- logwatch-manpage.patch | 29 ++++++++++++++++++++++++++--- logwatch.spec | 7 +++++-- 2 files changed, 31 insertions(+), 5 deletions(-) diff --git a/logwatch-manpage.patch b/logwatch-manpage.patch index ac0d2ac..ba0740a 100644 --- a/logwatch-manpage.patch +++ b/logwatch-manpage.patch @@ -1,6 +1,6 @@ ---- logwatch/logwatch.8 2010-12-16 10:20:09.000000000 +0000 -+++ logwatch/logwatch.8 2010-12-22 00:49:45.000000000 +0000 -@@ -38,7 +38,7 @@ +--- logwatch-svn50/logwatch.8.orig 2012-01-04 11:55:14.133706342 +0100 ++++ logwatch-svn50/logwatch.8 2012-01-04 12:01:20.054997656 +0100 +@@ -43,7 +43,7 @@ Linux and many types of UNIX. This is the detail level of the report. .I level can be a positive integer, or high, med, low, which correspond to the @@ -9,3 +9,26 @@ .IP "\fB--logfile\fR log-file-group" This will force Logwatch to process only the set of logfiles defined by +@@ -66,7 +66,6 @@ filters installed. + .IP "\fB--mailto\fR address" + Mail the results to the email address or user specified in + .I address. +-This option overrides the \-\-print option. + .IP "\fB--range\fR range" + You can specify a date-range to process. Common ranges are + .I Yesterday, Today, All, +@@ -124,12 +123,12 @@ the default configuration. See \fBMORE + information. + .RE + .SH EXAMPLES +-.B logwatch --service ftpd-xferlog --range all --detail high --print --archives ++.B logwatch --service ftpd-xferlog --range all --detail high --archives + .RS + This will print out all FTP transfers that are stored in all current and archived + xferlogs. + .RE +-.B logwatch --service pam_pwdb --range yesterday --detail high --print ++.B logwatch --service pam_pwdb --range yesterday --detail high + .RS + This will print out login information for the previous day... + .RE diff --git a/logwatch.spec b/logwatch.spec index 38be019..4f1e2ef 100644 --- a/logwatch.spec +++ b/logwatch.spec @@ -1,7 +1,7 @@ Summary: A log file analysis program Name: logwatch Version: 7.4.0 -Release: 7.20110328svn50%{?dist} +Release: 8.20110328svn50%{?dist} License: MIT Group: Applications/System URL: http://www.logwatch.org/ @@ -19,7 +19,7 @@ Patch1: logwatch-oldfiles.patch Patch2: logwatch-secure.patch # Fixes not yet in upstream for DNSSEC messages in named service (rhbz#666394) Patch3: logwatch-named-dnssec.patch -# Manpage typo +# Manpage typo + obsolete option Patch4: logwatch-manpage.patch Patch5: logwatch-xntpd.patch Patch6: logwatch-smartd.patch @@ -142,6 +142,9 @@ echo "# Configuration overrides for specific logfiles/services may be placed her %{_mandir}/man*/* %changelog +* Wed Jan 04 2012 Jan Synáček - 7.4.0-8.20110328svn50 +- Updated -manpage patch (rhbz#719061) + * Wed Jan 04 2012 Jan Synáček - 7.4.0-7.20110328svn50 - Renamed sendmail patch to match other patches' naming convention - Added -secure-grammar patch (rhbz#716224)