logrotate: Suppress output from update-stats.
authorMatthijs Kooijman <matthijs@stdin.nl>
Mon, 26 Jul 2010 12:04:27 +0000 (14:04 +0200)
committerMatthijs Kooijman <matthijs@stdin.nl>
Mon, 26 Jul 2010 12:04:27 +0000 (14:04 +0200)
etc/logrotate.d/data-www

index 931551b8f013617ca2f8c6b1e63ae90541d9b5fe..26063d4b844460124d74cdb3ea71147da16c599d 100644 (file)
@@ -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
 }