Bug 135619

Summary: run-crons should create a syslog message for all cron jobs, not only if falied
Product: [openSUSE] SUSE Linux 10.1 Reporter: Joerg Steffens <joerg.steffens>
Component: BasesystemAssignee: Mads Martin Joergensen <mmj>
Status: RESOLVED FIXED QA Contact: E-mail List <qa-bugs>
Severity: Enhancement    
Priority: P5 - None    
Version: Alpha 3   
Target Milestone: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Found By: Customer Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Attachments: ability to create syslog messages for all scripts
settings for the run-cron script
diff to the spec file

Description Joerg Steffens 2005-11-27 21:55:40 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.
Comment 1 Joerg Steffens 2005-11-27 21:58:49 UTC
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
Comment 2 Joerg Steffens 2005-11-27 22:00:25 UTC
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
Comment 3 Joerg Steffens 2005-11-27 22:01:24 UTC
Created attachment 58796 [details]
diff to the spec file

diff to cron spec file, to use sysconfig fillup
Comment 4 Mads Martin Joergensen 2006-01-16 11:02:32 UTC
Thanks for the patches, cron now has til capability