summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-05-05 22:30:20 -0300
committerSilvio Rhatto <rhatto@riseup.net>2011-05-05 22:30:20 -0300
commitee4f773f68774581677851fd56c4fcd17e1ff15c (patch)
tree2cfb6f041470cbd8fb0b7b902047ab67e7484465
parent1bada476c388a0c24aef23fc036f2dfb6b7a1df3 (diff)
downloadpuppet-syslog-ng-ee4f773f68774581677851fd56c4fcd17e1ff15c.tar.gz
puppet-syslog-ng-ee4f773f68774581677851fd56c4fcd17e1ff15c.tar.bz2
Avoiding annoying messages (3)
-rw-r--r--files/logrotate2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/logrotate b/files/logrotate
index aa4adf9..48bc68f 100644
--- a/files/logrotate
+++ b/files/logrotate
@@ -133,6 +133,6 @@
postrotate
# TODO: remove stderr redirect after this issue is solved:
# http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=625488
- /usr/sbin/invoke-rc.d syslog-ng reload &>/dev/null
+ /usr/sbin/invoke-rc.d syslog-ng reload >/dev/null 2&>1
endscript
}