cronie: create dirs that system crontab expects (found by v2px).
This commit is contained in:
parent
7baa3095a2
commit
d7075701dd
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue