Bug 223472
| Summary: | crontabs should ignore Cfengine files | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Josh Kelley <joshkel> |
| Component: | crontabs | Assignee: | Marcela Mašláňová <mmaslano> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Brock Organ <borgan> |
| Severity: | low | Docs Contact: | |
| Priority: | medium | ||
| Version: | 6 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | crontabs-1.10-10 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2007-01-24 14:29:40 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
Will be update in few days. Already fixed in devel. |
Description of problem: Cfengine, a popular administration and configuration tool that's provided in Fedora Extras, may create backup files with a .cfsaved extension of files that it modifies or replaces. It would be useful if /usr/bin/run-parts ignored all *.cfsaved files, just like it currently ignores *.{rpmsave,rpmorig,rpmnew,swp,v,~}. Version-Release number of selected component (if applicable): 1.10-7 How reproducible: always Steps to Reproduce: 1. Let Cfengine modify file /etc/cron.daily/foo and back up the file before modification as /etc/cron.daily/foo.cfsaved. 2. Wait until 4:00am. Actual results: /etc/cron.daily/foo and /etc/cron.daily/foo.cfsaved are both executed. Expected results: /etc/cron.daily/foo.cfsaved is ignored. Additional info: