fcron: fix alternatives; args were swapped.

This commit is contained in:
Juan RP 2016-04-11 08:05:40 +02:00
parent 3b2dd33a8f
commit 87b84bbf6b

View file

@ -1,7 +1,7 @@
# Template file for 'fcron'
pkgname=fcron
version=3.2.0
revision=6
revision=7
build_style=gnu-configure
configure_args="
--sysconfdir=/etc/fcron
@ -33,8 +33,8 @@ distfiles="$homepage/archives/$pkgname-$version.src.tar.gz"
checksum=eb13b86ed96805d117e19847f1da30b834f1990f7ef4c38f5007234d44679564
alternatives="
cron:/etc/sv/fcron:/etc/sv/crond
cron:/usr/bin/fcrontab:/usr/bin/crontab
crond:crond:/etc/sv/fcron
crond:crontab:/usr/bin/fcrontab
"
system_accounts="fcron"