packages: varnish/varnish.logrotate - silence in crontab
glen
glen at pld-linux.org
Thu Jan 28 12:32:30 CET 2010
Author: glen Date: Thu Jan 28 11:32:30 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- silence in crontab
---- Files affected:
packages/varnish:
varnish.logrotate (1.5 -> 1.6)
---- Diffs:
================================================================
Index: packages/varnish/varnish.logrotate
diff -u packages/varnish/varnish.logrotate:1.5 packages/varnish/varnish.logrotate:1.6
--- packages/varnish/varnish.logrotate:1.5 Wed Nov 18 16:40:40 2009
+++ packages/varnish/varnish.logrotate Thu Jan 28 12:32:25 2010
@@ -5,7 +5,7 @@
sharedscripts
olddir /var/log/archive/varnish
postrotate
- /sbin/service varnishlog flush-logs
+ /sbin/service varnishlog flush-logs > /dev/null
endscript
}
@@ -16,6 +16,6 @@
sharedscripts
olddir /var/log/archive/varnish
postrotate
- /sbin/service varnishncsa flush-logs
+ /sbin/service varnishncsa flush-logs > /dev/null
endscript
}
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/varnish/varnish.logrotate?r1=1.5&r2=1.6&f=u
More information about the pld-cvs-commit
mailing list