debian/masqmail-debian
view masqmail.logrotate @ 14:92e4f8524471
updated translation: pt
by Miguel Figueiredo
(Closes Debian bug #504794
author | meillo@marmaro.de |
---|---|
date | Sun, 09 Nov 2008 19:53:29 +0100 |
parents | |
children | fc2536cbb34f |
line source
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 }