cronie: update for new systemd_services arg.

This commit is contained in:
Juan RP 2011-11-10 12:21:40 +01:00
parent 875464ab5a
commit a6c3b2561b

View file

@ -1,7 +1,7 @@
# Template file for 'cronie'
pkgname=cronie
version=1.4.8
revision=8
revision=9
distfiles="https://fedorahosted.org/releases/c/r/cronie/cronie-$version.tar.gz"
build_style=gnu-configure
configure_args="--with-inotify --without-selinux --with-pam --disable-anacron
@ -18,7 +18,7 @@ long_desc="
SELinux."
conf_files="/etc/crontab /etc/pam.d/crond /etc/cron.deny"
systemd_services="cronie.service"
systemd_services="cronie.service on"
provides="cron-daemon-0"
replaces="cron-daemon>=0"