debian/masqmail-debian

view masqmail.logrotate @ 51:845b243eb46f

removed -e from shebang and put it in separate line this removes the pedantic lintian info ``maintainer-script-without-set-e''. Refer to Debian Policy Manual section 10.4 (Scripts) for details.
author meillo@marmaro.de
date Fri, 25 Jun 2010 11:49:28 +0200
parents 5ef519035828
children
line source
1 /var/log/masqmail/masqmail.log
2 /var/log/masqmail/debug.log
3 {
4 rotate 2
5 weekly
6 compress
7 delaycompress
8 missingok
9 notifempty
10 postrotate
11 /etc/init.d/masqmail reload > /dev/null
12 endscript
13 }