From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH] Added Mail log file to '/etc/logrotate.conf' Date: Mon, 23 Sep 2019 20:25:57 +0100 Message-ID: <0E6C139B-712C-4697-98CB-6062AD883948@ipfire.org> In-Reply-To: <20190922070248.1666-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6619258710625374879==" List-Id: --===============6619258710625374879== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Acked-by: Michael Tremer > On 22 Sep 2019, at 08:02, Matthias Fischer = wrote: >=20 > Fixes Bug #12155: logrotate wasn't set up to rotate this file. >=20 > For details see: > https://bugzilla.ipfire.org/show_bug.cgi?id=3D12155 >=20 > Signed-off-by: Matthias Fischer > --- > config/etc/logrotate.conf | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > 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 > } >=20 > -/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 > --=20 > 2.18.0 >=20 --===============6619258710625374879==--