r4453 - trunk/varnish-cache/redhat

ingvar at projects.linpro.no ingvar at projects.linpro.no
Wed Jan 13 13:34:48 CET 2010


Author: ingvar
Date: 2010-01-13 13:34:47 +0100 (Wed, 13 Jan 2010)
New Revision: 4453

Modified:
   trunk/varnish-cache/redhat/varnish.logrotate
Log:
Added delaycompress to redhat/varnish.logrotate, fixes BZ #554745

Modified: trunk/varnish-cache/redhat/varnish.logrotate
===================================================================
--- trunk/varnish-cache/redhat/varnish.logrotate	2010-01-13 12:32:04 UTC (rev 4452)
+++ trunk/varnish-cache/redhat/varnish.logrotate	2010-01-13 12:34:47 UTC (rev 4453)
@@ -2,6 +2,7 @@
     missingok
     notifempty
     sharedscripts
+    delaycompress
     postrotate
         /bin/kill -HUP `cat /var/run/varnishlog.pid 2>/dev/null` 2> /dev/null || true
 	/bin/kill -HUP `cat /var/run/varnishncsa.pid 2>/dev/null` 2> /dev/null || true



More information about the varnish-commit mailing list