From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] Added Mail log file to '/etc/logrotate.conf' Date: Sun, 22 Sep 2019 09:02:48 +0200 Message-ID: <20190922070248.1666-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5968428556303976686==" List-Id: --===============5968428556303976686== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Fixes Bug #12155: logrotate wasn't set up to rotate this file. For details see: https://bugzilla.ipfire.org/show_bug.cgi?id=12155 Signed-off-by: Matthias Fischer --- config/etc/logrotate.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/etc/logrotate.conf b/config/etc/logrotate.conf index f15ee92c3..0b6b48573 100644 --- a/config/etc/logrotate.conf +++ b/config/etc/logrotate.conf @@ -68,7 +68,7 @@ include /etc/logrotate.d endscript } -/var/log/messages /var/log/bootlog /var/log/dhcpcd.log { +/var/log/messages /var/log/bootlog /var/log/dhcpcd.log /var/log/mail { create 664 root syslogd sharedscripts ifempty -- 2.18.0 --===============5968428556303976686==--