cronie: Add missing config file
This commit is contained in:
parent
c0a3bad857
commit
21d432d73a
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'cronie'
|
||||
pkgname=cronie
|
||||
version=1.7.2
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-inotify --without-selinux --with-pam
|
||||
--enable-anacron --enable-pie --enable-relro"
|
||||
|
@ -22,7 +22,7 @@ make_dirs="
|
|||
/etc/cron.monthly 0755 root root
|
||||
/var/spool/cron 0755 root root
|
||||
/var/spool/anacron 0755 root root"
|
||||
conf_files="/etc/anacrontab /etc/pam.d/crond /etc/cron.deny"
|
||||
conf_files="/etc/anacrontab /etc/pam.d/crond /etc/cron.deny /etc/default/anacron"
|
||||
provides="cron-daemon-0_1"
|
||||
|
||||
alternatives="
|
||||
|
|
Loading…
Reference in New Issue