maybe chmod 0644 'cron.d/.keep_sys-process_cronie-0'
maybe chmod 0644 'cron.d/sysstat'
maybe chmod 0750 'cron.daily'
+maybe chmod 0755 'cron.daily/._cfg0000_logrotate'
maybe chmod 0644 'cron.daily/.keep_sys-process_cronbase-0'
maybe chmod 0755 'cron.daily/00-logwatch'
maybe chmod 0755 'cron.daily/etckeeper'
--- /dev/null
+#!/bin/sh
+
+/usr/bin/logrotate /etc/logrotate.conf
+EXITVALUE=$?
+if [ $EXITVALUE != 0 ]; then
+ /usr/bin/logger -t logrotate "ALERT exited abnormally with [$EXITVALUE]"
+fi
+exit 0