7 |
# in order to prevent error messages from cron. "-q" makes it really |
# in order to prevent error messages from cron. "-q" makes it really |
8 |
# quiet, but beware that the "-q" overrides any verbosity settings |
# quiet, but beware that the "-q" overrides any verbosity settings |
9 |
|
|
10 |
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 ) |
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 $FETCHCRL_OPTIONS $FETCHCRL_CRON_OPTIONS ) |
11 |
|
|