Rotates, compresses, removes and mails system log files
Go to file
Jan Kaluza 5d6d8a191b 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
2011-07-20 13:03:56 +02:00
.gitignore new upstream version 3.8.0 2011-06-21 10:38:42 +02:00
logrotate-3.8.0-no-cron-redirection.patch Index: /trunk/examples/logrotate.cron 2011-07-20 13:03:56 +02:00
logrotate.spec Index: /trunk/examples/logrotate.cron 2011-07-20 13:03:56 +02:00
sources new upstream version 3.8.0 2011-06-21 10:38:42 +02:00