From fdb4133d7709fe90a1c9fa2a93043bd043a44410 Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Mon, 26 Jul 2010 14:04:27 +0200 Subject: [PATCH] logrotate: Suppress output from update-stats. --- etc/logrotate.d/data-www | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/logrotate.d/data-www b/etc/logrotate.d/data-www index 931551b..26063d4 100644 --- a/etc/logrotate.d/data-www +++ b/etc/logrotate.d/data-www @@ -20,7 +20,7 @@ # but we'd have to look in pidfiles etc.) invoke-rc.d lighttpd reload > /dev/null; # Do stats analysis on the rotated files - /usr/local/bin/update-stats --after-logrotate; #> /dev/null; + /usr/local/bin/update-stats --after-logrotate; > /dev/null; endscript } -- 2.30.2