--- trunk/fetchcrl/fetch-crl-cron.cron 2010/06/11 18:47:17 1765 +++ trunk/fetchcrl/fetch-crl-cron.cron 2010/06/11 18:59:47 1766 @@ -1,4 +1,4 @@ -# Cron job running by default every 6 hours, at 43 minutes +/- 1 minute +# Cron job running by default every 6 hours, at 45 minutes +/- 3 minutes # The lock file can be enabled or disabled via a # service fetch-crl-cron start # chkconfig fetch-crl-cron on @@ -7,5 +7,5 @@ # in order to prevent error messages from cron. "-q" makes it really # quiet, but beware that the "-q" overrides any verbosity settings -42 */6 * * * root [ ! -f /var/lock/subsys/fetch-crl-cron ] || ( [ -f /etc/sysconfig/fetch-crl ] && . /etc/sysconfig/fetch-crl ; /usr/sbin/fetch-crl -q -r 120 ) +42 */6 * * * root [ ! -f /var/lock/subsys/fetch-crl-cron ] || ( [ -f /etc/sysconfig/fetch-crl ] && . /etc/sysconfig/fetch-crl ; /usr/sbin/fetch-crl -q -r 360 )