mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
cronie: Add missing config file
This commit is contained in:
parent
c0a3bad857
commit
21d432d73a
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'cronie'
|
# Template file for 'cronie'
|
||||||
pkgname=cronie
|
pkgname=cronie
|
||||||
version=1.7.2
|
version=1.7.2
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-inotify --without-selinux --with-pam
|
configure_args="--with-inotify --without-selinux --with-pam
|
||||||
--enable-anacron --enable-pie --enable-relro"
|
--enable-anacron --enable-pie --enable-relro"
|
||||||
|
@ -22,7 +22,7 @@ make_dirs="
|
||||||
/etc/cron.monthly 0755 root root
|
/etc/cron.monthly 0755 root root
|
||||||
/var/spool/cron 0755 root root
|
/var/spool/cron 0755 root root
|
||||||
/var/spool/anacron 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"
|
provides="cron-daemon-0_1"
|
||||||
|
|
||||||
alternatives="
|
alternatives="
|
||||||
|
|
Loading…
Add table
Reference in a new issue