public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] Added Mail log file to '/etc/logrotate.conf'
@ 2019-09-22  7:02 Matthias Fischer
  2019-09-23 19:25 ` Michael Tremer
  0 siblings, 1 reply; 2+ messages in thread
From: Matthias Fischer @ 2019-09-22  7:02 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 713 bytes --]

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 <matthias.fischer(a)ipfire.org>
---
 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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-09-23 19:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-22  7:02 [PATCH] Added Mail log file to '/etc/logrotate.conf' Matthias Fischer
2019-09-23 19:25 ` Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox