12 lines
378 B
Diff
12 lines
378 B
Diff
|
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
|