From d7075701ddba73e8a64351cf05c2b6ea5defec51 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 27 Feb 2014 11:36:05 +0100 Subject: [PATCH] cronie: create dirs that system crontab expects (found by v2px). --- srcpkgs/cronie/template | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/srcpkgs/cronie/template b/srcpkgs/cronie/template index efdaca9116..2e27c94f3d 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"