logrotate: add /etc/logrotate.d.
--HG-- extra : convert_revision : 62ced3ff92d09c92b7e0715f4953a9243aadcd69
This commit is contained in:
parent
4460191a65
commit
35b55ca852
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue