logrotate/logrotate-3.8.0-no-cron-redirection.patch

12 lines
378 B
Diff
Raw Normal View History

Index: /trunk/examples/logrotate.cron
===================================================================
--- a/examples/logrotate.cron (revision 268)
+++ b/examples/logrotate.cron (revision 334)
@@ -1,5 +1,5 @@
#!/bin/sh
-/usr/sbin/logrotate /etc/logrotate.conf >/dev/null 2>&1
+/usr/sbin/logrotate /etc/logrotate.conf
EXITVALUE=$?
if [ $EXITVALUE != 0 ]; then