From: Silvio Rhatto Date: Wed, 4 May 2011 13:31:08 +0000 (-0300) Subject: Avoiding annoying messages (2) X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=1bada476c388a0c24aef23fc036f2dfb6b7a1df3;p=puppet-syslog-ng.git Avoiding annoying messages (2) --- diff --git a/files/logrotate b/files/logrotate index 091c488..aa4adf9 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 2>/dev/null + /usr/sbin/invoke-rc.d syslog-ng reload &>/dev/null endscript }