mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 18:02:57 +02:00
fcron: fix alternatives; args were swapped.
This commit is contained in:
parent
3b2dd33a8f
commit
87b84bbf6b
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'fcron'
|
# Template file for 'fcron'
|
||||||
pkgname=fcron
|
pkgname=fcron
|
||||||
version=3.2.0
|
version=3.2.0
|
||||||
revision=6
|
revision=7
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="
|
configure_args="
|
||||||
--sysconfdir=/etc/fcron
|
--sysconfdir=/etc/fcron
|
||||||
|
@ -33,8 +33,8 @@ distfiles="$homepage/archives/$pkgname-$version.src.tar.gz"
|
||||||
checksum=eb13b86ed96805d117e19847f1da30b834f1990f7ef4c38f5007234d44679564
|
checksum=eb13b86ed96805d117e19847f1da30b834f1990f7ef4c38f5007234d44679564
|
||||||
|
|
||||||
alternatives="
|
alternatives="
|
||||||
cron:/etc/sv/fcron:/etc/sv/crond
|
crond:crond:/etc/sv/fcron
|
||||||
cron:/usr/bin/fcrontab:/usr/bin/crontab
|
crond:crontab:/usr/bin/fcrontab
|
||||||
"
|
"
|
||||||
|
|
||||||
system_accounts="fcron"
|
system_accounts="fcron"
|
||||||
|
|
Loading…
Add table
Reference in a new issue