Bugzilla – Bug 135619
run-crons should create a syslog message for all cron jobs, not only if falied
Last modified: 2006-01-16 11:02:32 UTC
currently the run-crons script (cron.{hourly,daily,weekly,monthly}) only generates a syslog message if a script has failed. Some customers prefer to have a syslog message for all cron scripts, even if successful.
Created attachment 58794 [details] ability to create syslog messages for all scripts improvement for run-crons: uses sysconfig/cron for configure if successful scripts also create a syslog message and/or a status email
Created attachment 58795 [details] settings for the run-cron script settings for run-crons. With these settings, run-cron should behave in the same way as before SEND_MAIL_ON_NO_ERROR=no SYSLOG_ON_NO_ERROR=no
Created attachment 58796 [details] diff to the spec file diff to cron spec file, to use sysconfig fillup
Thanks for the patches, cron now has til capability