Mercurial > masqmail-0.2
comparison debian/masqmail.logrotate @ 0:08114f7dcc23 0.2.21
this is masqmail-0.2.21 from oliver kurth
author | meillo@marmaro.de |
---|---|
date | Fri, 26 Sep 2008 17:05:23 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:08114f7dcc23 |
---|---|
1 /var/log/masqmail/masqmail.log { | |
2 rotate 2 | |
3 weekly | |
4 compress | |
5 delaycompress | |
6 missingok | |
7 notifempty | |
8 postrotate | |
9 /etc/init.d/masqmail reload > /dev/null | |
10 endscript | |
11 } | |
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 } |