From: Silvio Rhatto Date: Mon, 9 May 2011 15:20:42 +0000 (-0300) Subject: Redirect typo X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=34d8520ac36b8294cd10746b23c795a92aa9cd19;p=puppet-syslog-ng.git Redirect typo --- diff --git a/files/logrotate b/files/logrotate index 48bc68f..6339827 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 2&>1 + /usr/sbin/invoke-rc.d syslog-ng reload > /dev/null 2>&1 endscript }