diff --git a/srcpkgs/cronie/template b/srcpkgs/cronie/template index efdaca91169..2e27c94f3d9 100644 --- a/srcpkgs/cronie/template +++ b/srcpkgs/cronie/template @@ -1,17 +1,19 @@ # Template file for 'cronie' pkgname=cronie version=1.4.11 -revision=2 +revision=3 build_style=gnu-configure configure_args="--with-inotify --without-selinux --with-pam --disable-anacron --localstatedir=/var --enable-pie --enable-relro" makedepends="pam-devel run-parts" depends="run-parts" make_dirs=" - /etc/cron.d/daily 0755 root root - /etc/cron.d/weekly 0755 root root - /etc/cron.d/monthly 0755 root root - /etc/cron.d/yearly 0755 root root + /etc/cron.d 0755 root root + /etc/cron.hourly 0755 root root + /etc/cron.daily 0755 root root + /etc/cron.weekly 0755 root root + /etc/cron.monthly 0755 root root + /etc/cron.yearly 0755 root root /var/spool/cron 0755 root root" conf_files="/etc/crontab /etc/pam.d/crond /etc/cron.deny" replaces="cron-daemon>=0"