summaryrefslogtreecommitdiffstats
path: root/recipes-extended
Commit message (Collapse)AuthorAgeFilesLines
* Fix cronie and OSTree conflictsGuy Shapiro2017-08-242-0/+41
The cronie recipe needs the `/var/spool/cron` directory to operate. Other recipes, such as ntp, modify files in that directory to create periodic jobs. The OSTree image class ignores files on `/var/` as they are system persistent and not managed by OSTree. This commit modifies the cronie recipe to use `/usr/share/cronie-spool/` and makes the image generation class move the files from `/var/spool/cron` into that path.