From 686ada315806e3d2731ca98bf9d050582b393471 Mon Sep 17 00:00:00 2001 From: Matthias Fischer Date: Sun, 22 Sep 2019 09:02:48 +0200 Subject: [PATCH] Added Mail log file to '/etc/logrotate.conf' 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 Acked-by: Michael Tremer Signed-off-by: Arne Fitzenreiter --- 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 f15ee92c37..0b6b485737 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.39.2