projects
/
matthijs
/
servers
/
drsnuggles.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
466af54
)
logrotate: Suppress output from update-stats.
author
Matthijs Kooijman
<matthijs@stdin.nl>
Mon, 26 Jul 2010 12:04:27 +0000
(14:04 +0200)
committer
Matthijs Kooijman
<matthijs@stdin.nl>
Mon, 26 Jul 2010 12:04:27 +0000
(14:04 +0200)
etc/logrotate.d/data-www
patch
|
blob
|
history
diff --git
a/etc/logrotate.d/data-www
b/etc/logrotate.d/data-www
index 931551b8f013617ca2f8c6b1e63ae90541d9b5fe..26063d4b844460124d74cdb3ea71147da16c599d 100644
(file)
--- 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
}