Revision: 7304
http://sourceforge.net/p/astlinux/code/7304
Author: abelbeck
Date: 2015-11-02 16:56:08 +0000 (Mon, 02 Nov 2015)
Log Message:
-----------
crond, pad 0's for logrotate entry, request from Michael Keuter
Modified Paths:
--------------
branches/1.0/project/astlinux/target_skeleton/etc/init.d/crond
Modified: branches/1.0/project/astlinux/target_skeleton/etc/init.d/crond
===================================================================
--- branches/1.0/project/astlinux/target_skeleton/etc/init.d/crond 2015-11-02 16:51:20 UTC (rev 7303)
+++ branches/1.0/project/astlinux/target_skeleton/etc/init.d/crond 2015-11-02 16:56:08 UTC (rev 7304)
@@ -17,7 +17,7 @@
echo "
##
## logrotate - Do not remove, comment-out to disable
-0 4 * * * /usr/sbin/logrotate /etc/logrotate.conf >/dev/null 2>&1" >> /var/spool/cron/crontabs/root
+00 04 * * * /usr/sbin/logrotate /etc/logrotate.conf >/dev/null 2>&1" >> /var/spool/cron/crontabs/root
fi
fi
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|