From ee4f773f68774581677851fd56c4fcd17e1ff15c Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 5 May 2011 22:30:20 -0300 Subject: Avoiding annoying messages (3) --- files/logrotate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- cgit v1.2.3