dcron: make cron.* dirs match root.crontab
This commit is contained in:
parent
0922e2b7ed
commit
f6e4df232d
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'dcron'
|
# Template file for 'dcron'
|
||||||
pkgname=dcron
|
pkgname=dcron
|
||||||
version=4.5
|
version=4.5
|
||||||
revision=33
|
revision=34
|
||||||
conf_files="/var/spool/cron/root"
|
conf_files="/var/spool/cron/root"
|
||||||
short_desc="Dillon's lightweight cron daemon"
|
short_desc="Dillon's lightweight cron daemon"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
|
@ -23,9 +23,9 @@ alternatives="
|
||||||
make_dirs="
|
make_dirs="
|
||||||
/etc/cron.d 0755 root root
|
/etc/cron.d 0755 root root
|
||||||
/etc/cron.hourly 0755 root root
|
/etc/cron.hourly 0755 root root
|
||||||
|
/etc/cron.daily 0755 root root
|
||||||
/etc/cron.weekly 0755 root root
|
/etc/cron.weekly 0755 root root
|
||||||
/etc/cron.monthly 0755 root root
|
/etc/cron.monthly 0755 root root
|
||||||
/etc/cron.yearly 0755 root root
|
|
||||||
/var/spool/cronstamps 0755 root root"
|
/var/spool/cronstamps 0755 root root"
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
|
|
Loading…
Reference in a new issue