summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-05-04 10:31:08 -0300
committerSilvio Rhatto <rhatto@riseup.net>2011-05-04 10:31:08 -0300
commit1bada476c388a0c24aef23fc036f2dfb6b7a1df3 (patch)
treeb15b177c8be919a42f181edf9cfc14b65e085079
parent9fe87fbbbf85bf097abb9d5ac67799768ac95c7a (diff)
downloadpuppet-syslog-ng-1bada476c388a0c24aef23fc036f2dfb6b7a1df3.tar.gz
puppet-syslog-ng-1bada476c388a0c24aef23fc036f2dfb6b7a1df3.tar.bz2
Avoiding annoying messages (2)
-rw-r--r--files/logrotate2
1 files changed, 1 insertions, 1 deletions
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
}