changeset 41:fc2536cbb34f

combine equal code
author meillo@marmaro.de
date Mon, 21 Jun 2010 23:10:15 +0200 (2010-06-21)
parents b6294495cd02
children 4c850f3c4e0a
files masqmail.logrotate
diffstat 1 files changed, 3 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- 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
-}