cronie: update for new systemd_services arg.
This commit is contained in:
parent
875464ab5a
commit
a6c3b2561b
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'cronie'
|
# Template file for 'cronie'
|
||||||
pkgname=cronie
|
pkgname=cronie
|
||||||
version=1.4.8
|
version=1.4.8
|
||||||
revision=8
|
revision=9
|
||||||
distfiles="https://fedorahosted.org/releases/c/r/cronie/cronie-$version.tar.gz"
|
distfiles="https://fedorahosted.org/releases/c/r/cronie/cronie-$version.tar.gz"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-inotify --without-selinux --with-pam --disable-anacron
|
configure_args="--with-inotify --without-selinux --with-pam --disable-anacron
|
||||||
|
@ -18,7 +18,7 @@ long_desc="
|
||||||
SELinux."
|
SELinux."
|
||||||
|
|
||||||
conf_files="/etc/crontab /etc/pam.d/crond /etc/cron.deny"
|
conf_files="/etc/crontab /etc/pam.d/crond /etc/cron.deny"
|
||||||
systemd_services="cronie.service"
|
systemd_services="cronie.service on"
|
||||||
provides="cron-daemon-0"
|
provides="cron-daemon-0"
|
||||||
replaces="cron-daemon>=0"
|
replaces="cron-daemon>=0"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue