|
Bugzilla – Full Text Bug Listing |
| 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: | Basesystem | Assignee: | 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 |
||
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 |
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.