cronie: /var/spool/cron needs to be 755.
--HG-- extra : convert_revision : 9790c1d0dcd95a9e53866a097d77c95f23361cdc
This commit is contained in:
parent
495dad1837
commit
bfbc50521a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue