From b76091b20403de2793d5b37af72f6552608beea9 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Wed, 25 Feb 2009 08:11:45 +0100 Subject: [PATCH] Fix exim4's logrotate files to match what we have in the exim git - it is whitespace changes only but those make git update complain for now and samhain to whine --- modules/exim/files/common/logrotate-exim4-base | 14 +++++++------- modules/exim/files/common/logrotate-exim4-paniclog | 14 +++++++------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/modules/exim/files/common/logrotate-exim4-base b/modules/exim/files/common/logrotate-exim4-base index a466efdc4..b1b11377c 100644 --- a/modules/exim/files/common/logrotate-exim4-base +++ b/modules/exim/files/common/logrotate-exim4-base @@ -1,9 +1,9 @@ /var/log/exim4/mainlog /var/log/exim4/rejectlog { - daily - missingok - rotate 10 - compress - delaycompress - notifempty - create 640 Debian-exim maillog + daily + missingok + rotate 10 + compress + delaycompress + notifempty + create 640 Debian-exim maillog } diff --git a/modules/exim/files/common/logrotate-exim4-paniclog b/modules/exim/files/common/logrotate-exim4-paniclog index dbe806c5b..538efbe9e 100644 --- a/modules/exim/files/common/logrotate-exim4-paniclog +++ b/modules/exim/files/common/logrotate-exim4-paniclog @@ -1,9 +1,9 @@ /var/log/exim4/paniclog { - daily - missingok - rotate 90 - compress - delaycompress - notifempty - create 640 Debian-exim maillog + daily + missingok + rotate 90 + compress + delaycompress + notifempty + create 640 Debian-exim maillog } -- 2.20.1