From: Silvio Rhatto Date: Fri, 6 May 2011 01:30:20 +0000 (-0300) Subject: Avoiding annoying messages (3) X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=ee4f773f68774581677851fd56c4fcd17e1ff15c;p=puppet-syslog-ng.git Avoiding annoying messages (3) --- 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 }