fcron: add cron alternatives group

This commit is contained in:
Toyam Cox 2016-04-04 03:22:07 -04:00
parent 412f145c3c
commit d89d4a92d6
1 changed files with 6 additions and 1 deletions

View File

@ -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=5 revision=6
build_style=gnu-configure build_style=gnu-configure
configure_args=" configure_args="
--sysconfdir=/etc/fcron --sysconfdir=/etc/fcron
@ -32,6 +32,11 @@ homepage="http://fcron.free.fr"
distfiles="$homepage/archives/$pkgname-$version.src.tar.gz" distfiles="$homepage/archives/$pkgname-$version.src.tar.gz"
checksum=eb13b86ed96805d117e19847f1da30b834f1990f7ef4c38f5007234d44679564 checksum=eb13b86ed96805d117e19847f1da30b834f1990f7ef4c38f5007234d44679564
alternatives="
cron:/etc/sv/fcron:/etc/sv/crond
cron:/usr/bin/fcrontab:/usr/bin/crontab
"
system_accounts="fcron" system_accounts="fcron"
fcron_homedir="/var/spool/fcron" fcron_homedir="/var/spool/fcron"
fcron_shell="/bin/sh" fcron_shell="/bin/sh"