fcron: add cron alternatives group
This commit is contained in:
parent
412f145c3c
commit
d89d4a92d6
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue