From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4CA8C13832E for ; Sat, 30 Jul 2016 13:37:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 31A5B21C0E1; Sat, 30 Jul 2016 13:37:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C419321C0E1 for ; Sat, 30 Jul 2016 13:37:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 49D60340D1B for ; Sat, 30 Jul 2016 13:37:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 20E837DF for ; Sat, 30 Jul 2016 13:37:24 +0000 (UTC) From: "Richard Farina" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Richard Farina" Message-ID: <1469885830.681238954cf87450c231ff637ac87bf69fad310f.zerochaos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/logrotate/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/logrotate/logrotate-3.9.2-r1.ebuild X-VCS-Directories: app-admin/logrotate/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Richard Farina X-VCS-Revision: 681238954cf87450c231ff637ac87bf69fad310f X-VCS-Branch: master Date: Sat, 30 Jul 2016 13:37:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c8ab3cd8-9e5a-4e38-9b68-7ec212fcf017 X-Archives-Hash: ddf5213ec11d4c1b5afc6caa2bcfda71 commit: 681238954cf87450c231ff637ac87bf69fad310f Author: Zero_Chaos gentoo org> AuthorDate: Sat Jul 30 13:36:46 2016 +0000 Commit: Richard Farina gentoo org> CommitDate: Sat Jul 30 13:37:10 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68123895 app-admin/logrotate: simple safe sed line to fix bug 589854 Package-Manager: portage-2.3.0 app-admin/logrotate/logrotate-3.9.2-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-admin/logrotate/logrotate-3.9.2-r1.ebuild b/app-admin/logrotate/logrotate-3.9.2-r1.ebuild index 62b75e9..60b8363 100644 --- a/app-admin/logrotate/logrotate-3.9.2-r1.ebuild +++ b/app-admin/logrotate/logrotate-3.9.2-r1.ebuild @@ -30,6 +30,7 @@ RDEPEND="${CDEPEND} cron? ( virtual/cron )" install_cron_file() { + sed -i 's#/usr/sbin/logrotate#/usr/bin/logrotate#' "${S}"/examples/logrotate.cron exeinto /etc/cron.daily newexe "${S}"/examples/logrotate.cron "${PN}" }