Blame SOURCES/logwatch-man-disrupted-sentence.patch

bcfbf2
From e16d1363b33344c53da355983445505843c3cfe1 Mon Sep 17 00:00:00 2001
bcfbf2
From: Jan Synacek <jsynacek@redhat.com>
bcfbf2
Date: Thu, 17 Mar 2016 09:57:25 +0100
bcfbf2
Subject: [PATCH 2/4] conf: fix disrupted sentence
bcfbf2
bcfbf2
---
bcfbf2
 conf/logwatch.conf | 3 +--
bcfbf2
 1 file changed, 1 insertion(+), 2 deletions(-)
bcfbf2
bcfbf2
diff --git a/conf/logwatch.conf b/conf/logwatch.conf
bcfbf2
index 6faae8f..e031a6b 100644
bcfbf2
--- a/conf/logwatch.conf
bcfbf2
+++ b/conf/logwatch.conf
bcfbf2
@@ -60,10 +60,9 @@ MailFrom = Logwatch
bcfbf2
 # (i.e. /var/log/messages.1 or /var/log/messages.1.gz) will
bcfbf2
 # be searched in addition to the /var/log/messages file.
bcfbf2
 # This usually will not do much if your range is set to just
bcfbf2
-# 'Yesterday' or 'Today'... it is probably best used with
bcfbf2
+# 'Yesterday' or 'Today'... it is probably best used with Range = All.
bcfbf2
 # By default this is now set to Yes. To turn off Archives uncomment this.
bcfbf2
 #Archives = No
bcfbf2
-# Range = All
bcfbf2
 
bcfbf2
 # The default time range for the report...
bcfbf2
 # The current choices are All, Today, Yesterday
bcfbf2
-- 
bcfbf2
2.7.3
bcfbf2