cronie: fix up pam.d/crond, bumprev.

--HG--
extra : convert_revision : 88b6ca0fade513162ecadd8e6aa9972e19404070
This commit is contained in:
Juan RP
2010-04-13 07:42:25 +02:00
parent 934126086b
commit dc3423a9db
3 changed files with 10 additions and 9 deletions

View File

@@ -1,6 +1,7 @@
# Template file for 'cronie'
pkgname=cronie
version=1.4.3
revision=1
distfiles="https://fedorahosted.org/releases/c/r/cronie/cronie-$version.tar.gz"
build_style=gnu_configure
configure_args="--with-inotify --without-selinux --with-pam --disable-anacron
@@ -35,6 +36,8 @@ post_install()
install -m644 ${FILESDIR}/crontab ${DESTDIR}/etc/crontab
install -m644 ${FILESDIR}/crond.logrotate \
${DESTDIR}/etc/logrotate.d/crond
rm -vf ${DESTDIR}/etc/pam.d/crond
install -D -m644 ${FILESDIR}/crond.pam ${DESTDIR}/etc/pam.d/crond
# Add /etc/cron.deny empty, to allow all users.
touch ${DESTDIR}/etc/cron.deny