--- dcron.recipe.old 2017-05-04 18:26:58.761602588 -0400 +++ dcron.recipe.new 2017-05-04 18:27:54.698480016 -0400 @@ -49,6 +49,12 @@ build() cp extra/run-cron "${destdir}/usr/sbin/run-cron" chmod 755 "${destdir}/usr/sbin/run-cron" + mkdir -p "${destdir}/etc/logrotate.d/" + chmod 755 "${destdir}/etc/logrotate.d/" + + cp -p extra/crond.logrotate "${destdir}/etc/logrotate.d/crond" + chmod 644 "${destdir}/etc/logrotate.d/crond" + mkdir -p "${destdir}/etc/cron.hourly" \ "${destdir}/etc/cron.daily" \ "${destdir}/etc/cron.weekly" \