From 35b55ca852ce3af57e0904daa01fc00b5379e3e6 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 4 Oct 2009 16:19:13 +0200 Subject: [PATCH] logrotate: add /etc/logrotate.d. --HG-- extra : convert_revision : 62ced3ff92d09c92b7e0715f4953a9243aadcd69 --- templates/logrotate/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/logrotate/template b/templates/logrotate/template index 6da82d6667..85f5207b05 100644 --- a/templates/logrotate/template +++ b/templates/logrotate/template @@ -29,7 +29,7 @@ pre_configure() post_install() { - install -d ${DESTDIR}/etc/cron.daily + install -d ${DESTDIR}/etc/cron.daily ${DESTDIR}/etc/logrotate.d install -m644 ${FILESDIR}/logrotate.conf ${DESTDIR}/etc install -m744 ${FILESDIR}/logrotate.cron-daily \ ${DESTDIR}/etc/cron.daily/logrotate