From: Matthijs Kooijman Date: Mon, 26 Jul 2010 12:04:27 +0000 (+0200) Subject: logrotate: Suppress output from update-stats. X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fservers%2Fdrsnuggles.git;a=commitdiff_plain;h=fdb4133d7709fe90a1c9fa2a93043bd043a44410 logrotate: Suppress output from update-stats. --- 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 }