dcron: fix alternatives; args were swapped.

This commit is contained in:
Juan RP 2016-04-11 08:02:53 +02:00
parent 0d304e8eac
commit e447f6d7b0
1 changed files with 7 additions and 7 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'dcron'
pkgname=dcron
version=4.5
revision=30
revision=31
conf_files="/var/spool/cron/root"
provides="cron-daemon-0_1"
short_desc="Dillon's lightweight cron daemon"
@ -12,12 +12,12 @@ distfiles="http://www.jimpryor.net/linux/releases/dcron-${version}.tar.gz"
checksum=9e50edb6f5bd8153b16bad05087d985e5153ce45cc01ae77e7f842213fb4a824
alternatives="
cron:/etc/sv/dcron:/etc/sv/crond
cron:/usr/bin/dcrond:/usr/bin/crond
cron:/usr/bin/dcrontab:/usr/bin/crontab
cron:/usr/share/man/man1/dcrontab.1:/usr/share/man/man1/crontab.1
cron:/usr/share/man/man8/dcrond.8:/usr/share/man/man8/crond.8
"
crond:crond:/etc/sv/dcron
crond:crond:/usr/bin/dcrond
crond:crontab:/usr/bin/dcrontab
crond:crontab.1:/usr/share/man/man1/dcrontab.1
crond:crond.8:/usr/share/man/man8/dcrond.8
"
make_dirs="
/etc/cron.d 0755 root root