From e9de87ae96038f07b325cbd99ded9e6e285f7348 Mon Sep 17 00:00:00 2001 From: Jesse Gilles Date: Mon, 27 Apr 2015 17:20:48 -0500 Subject: logrotate: add logrotate.conf and turn off dateext by default --- recipes-extended/logrotate/logrotate_3.8.7.bbappend | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'recipes-extended/logrotate/logrotate_3.8.7.bbappend') diff --git a/recipes-extended/logrotate/logrotate_3.8.7.bbappend b/recipes-extended/logrotate/logrotate_3.8.7.bbappend index 300b9b7..577fe53 100644 --- a/recipes-extended/logrotate/logrotate_3.8.7.bbappend +++ b/recipes-extended/logrotate/logrotate_3.8.7.bbappend @@ -1,9 +1,15 @@ -PR .= "mlinux1" +PR .= "mlinux2" + +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}" + +SRC_URI += "file://logrotate.conf" do_install_append() { # setup cron to run logrotate more often rm -f ${D}${sysconfdir}/cron.daily/logrotate install -d ${D}${sysconfdir}/cron.d echo "*/5 * * * * root /usr/sbin/logrotate /etc/logrotate.conf" > ${D}${sysconfdir}/cron.d/logrotate + + install -m 0644 ${WORKDIR}/logrotate.conf ${D}${sysconfdir}/ } -- cgit v1.2.3