cronie: /var/spool/cron needs to be 755.

--HG--
extra : convert_revision : 9790c1d0dcd95a9e53866a097d77c95f23361cdc
This commit is contained in:
Juan RP 2009-03-28 19:20:48 +01:00
parent 495dad1837
commit bfbc50521a

View file

@ -28,7 +28,7 @@ post_install()
install -d ${DESTDIR}/etc/cron.daily
install -d ${DESTDIR}/etc/cron.weekly
install -d ${DESTDIR}/etc/cron.monthly
install -d -m700 ${DESTDIR}/var/spool/cron
install -d -m755 ${DESTDIR}/var/spool/cron
install -D -m755 ${FILESDIR}/crond ${DESTDIR}/etc/rc.d/crond
install -D -m644 ${FILESDIR}/crontab ${DESTDIR}/etc/crontab