dcron: make cron.* dirs match root.crontab

This commit is contained in:
Eugen Zagorodniy 2021-02-13 13:20:20 +02:00 committed by Érico Nogueira Rolim
parent 0922e2b7ed
commit f6e4df232d

View file

@ -1,7 +1,7 @@
# Template file for 'dcron'
pkgname=dcron
version=4.5
revision=33
revision=34
conf_files="/var/spool/cron/root"
short_desc="Dillon's lightweight cron daemon"
maintainer="Orphaned <orphan@voidlinux.org>"
@ -23,9 +23,9 @@ alternatives="
make_dirs="
/etc/cron.d 0755 root root
/etc/cron.hourly 0755 root root
/etc/cron.daily 0755 root root
/etc/cron.weekly 0755 root root
/etc/cron.monthly 0755 root root
/etc/cron.yearly 0755 root root
/var/spool/cronstamps 0755 root root"
do_configure() {