Modify ↓
Ticket #424 (closed defect: fixed)
0.9.3-0.0pre6 mtime fix is being applied unconditionally
Reported by: | [email protected]… | Owned by: | desai |
---|---|---|---|
Priority: | minor | Milestone: | Bcfg2 0.9.3 Release |
Component: | bcfg2-client | Version: | |
Keywords: | Cc: |
Description
The mtime fix in the POSIX driver is being applied unconditionally. I get the following for every Config file. There are no mtime attributes set in my info files.
Installing ConfigFile /etc/motd ConfigFile /etc/motd mtime fix failed Installing ConfigFile /etc/ntp.conf ConfigFile /etc/ntp.conf mtime fix failed
It should only be done if an mtime attribute was present. Which at that point in the code looks like only if mtime != '-1'
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
Fixed in [52e4f75ac46ff4b98f349eadd8f2b90463a07c9a] (SVN r3036)