comparison masqmail.logrotate @ 41:fc2536cbb34f

combine equal code
author meillo@marmaro.de
date Mon, 21 Jun 2010 23:10:15 +0200
parents 5ef519035828
children
comparison
equal deleted inserted replaced
40:b6294495cd02 41:fc2536cbb34f
1 /var/log/masqmail/masqmail.log { 1 /var/log/masqmail/masqmail.log
2 /var/log/masqmail/debug.log
3 {
2 rotate 2 4 rotate 2
3 weekly 5 weekly
4 compress 6 compress
5 delaycompress 7 delaycompress
6 missingok 8 missingok
7 notifempty 9 notifempty
8 postrotate 10 postrotate
9 /etc/init.d/masqmail reload > /dev/null 11 /etc/init.d/masqmail reload > /dev/null
10 endscript 12 endscript
11 } 13 }
12 /var/log/masqmail/debug.log {
13 rotate 2
14 weekly
15 compress
16 delaycompress
17 missingok
18 notifempty
19 postrotate
20 /etc/init.d/masqmail reload > /dev/null
21 endscript
22 }