Updated -manpage patch (rhbz#719061)

This commit is contained in:
Jan Synacek 2012-01-04 12:12:16 +01:00
parent 06f9969b86
commit ee79f8616d
2 changed files with 31 additions and 5 deletions

View File

@ -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

View File

@ -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 <jsynacek@redhat.com> - 7.4.0-8.20110328svn50
- Updated -manpage patch (rhbz#719061)
* Wed Jan 04 2012 Jan Synáček <jsynacek@redhat.com> - 7.4.0-7.20110328svn50
- Renamed sendmail patch to match other patches' naming convention
- Added -secure-grammar patch (rhbz#716224)