cronie: create an empty /etc/cron.deny file, to allow all users.

--HG--
extra : convert_revision : 21b22eacfb541eea1744b9ee5b99663d4359b0d8
This commit is contained in:
Juan RP 2009-03-28 19:10:21 +01:00
parent 03ccc4e21a
commit 495dad1837

View File

@ -32,4 +32,8 @@ post_install()
install -D -m755 ${FILESDIR}/crond ${DESTDIR}/etc/rc.d/crond
install -D -m644 ${FILESDIR}/crontab ${DESTDIR}/etc/crontab
# Add /etc/cron.deny empty, to allow all users.
touch ${DESTDIR}/etc/cron.deny
chmod 644 ${DESTDIR}/etc/cron.deny
}