sys-process/vixie-cron-4.1-r14: cron's manpage has the following under CAVEATS: "In this version of cron, /etc/crontab must not be readable or writable by any user other than root. In other words, it should be mode 0600." After installing sys-process/vixie-cron the file is installed as world-readable, contradicting the manpage CAVEAT entry. Reproducible: Always Steps to Reproduce: 1. chmod 0600 /etc/crontab, so any existing file is clearly correct (-rw-------) 2. emerge sys-process/vixie-cron 3. ls -l /etc/crontab shows file as '-rw-r--r--' Actual Results: ls -la /etc/crontab -rw-r--r-- 1 root root 496 Apr 29 14:13 /etc/crontab Expected Results: ls -la /etc/crontab -rw------- 1 root root 496 Apr 29 14:13 /etc/crontab
I don't know if it's the manpage which is out-of-date or if the file has the wrong permissions.
Package removed.