dcron: get rid of logrotate files.
This commit is contained in:
parent
e21b9f53c0
commit
2d525383d1
1 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'dcron'
|
||||
pkgname=dcron
|
||||
version=4.5
|
||||
revision=17
|
||||
revision=18
|
||||
short_desc="Dillon's lightweight cron daemon"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.jimpryor.net/linux/dcron.html"
|
||||
|
@ -43,7 +43,6 @@ do_install() {
|
|||
|
||||
install -Dm755 extra/run-cron ${DESTDIR}/usr/sbin/run-cron
|
||||
install -Dm600 extra/root.crontab ${DESTDIR}/var/spool/cron/root
|
||||
install -Dm644 extra/crond.logrotate ${DESTDIR}/etc/logrotate.d/crond
|
||||
|
||||
vinstall ${FILESDIR}/dcron.service 644 usr/lib/systemd/system
|
||||
# crontab must be setuid for all users to work!
|
||||
|
|
Loading…
Reference in a new issue