From: Peter Palfrader Date: Wed, 25 Feb 2009 07:11:45 +0000 (+0100) Subject: Fix exim4's logrotate files to match what we have in the exim git - it is whitespace... X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=b76091b20403de2793d5b37af72f6552608beea9;p=mirror%2Fdsa-puppet.git 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 --- 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 }