cronie: create an empty /etc/cron.deny file, to allow all users.
--HG-- extra : convert_revision : 21b22eacfb541eea1744b9ee5b99663d4359b0d8
This commit is contained in:
parent
03ccc4e21a
commit
495dad1837
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue