# HG changeset patch # User meillo@marmaro.de # Date 1277154615 -7200 # Node ID fc2536cbb34f45c8fd28bcff6dcc4fe5488ab11d # Parent b6294495cd029719ad3c4d5bb9c4270eb5c5d639 combine equal code diff -r b6294495cd02 -r fc2536cbb34f masqmail.logrotate --- a/masqmail.logrotate Mon Jun 21 23:09:19 2010 +0200 +++ b/masqmail.logrotate Mon Jun 21 23:10:15 2010 +0200 @@ -1,4 +1,6 @@ -/var/log/masqmail/masqmail.log { +/var/log/masqmail/masqmail.log +/var/log/masqmail/debug.log +{ rotate 2 weekly compress @@ -9,14 +11,3 @@ /etc/init.d/masqmail reload > /dev/null endscript } -/var/log/masqmail/debug.log { - rotate 2 - weekly - compress - delaycompress - missingok - notifempty - postrotate - /etc/init.d/masqmail reload > /dev/null - endscript -}