From bfbc50521a421b01c078ceffb28a601aa22de286 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 28 Mar 2009 19:20:48 +0100 Subject: [PATCH] cronie: /var/spool/cron needs to be 755. --HG-- extra : convert_revision : 9790c1d0dcd95a9e53866a097d77c95f23361cdc --- templates/cronie/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/cronie/template b/templates/cronie/template index 6ff3f607a47..839bd68effd 100644 --- a/templates/cronie/template +++ b/templates/cronie/template @@ -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