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 3B7F913832E for ; Tue, 9 Aug 2016 07:08:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6CC3321C075; Tue, 9 Aug 2016 07:08:31 +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 0996821C075 for ; Tue, 9 Aug 2016 07:08:31 +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 2415B340906 for ; Tue, 9 Aug 2016 07:08:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C8F8C2450 for ; Tue, 9 Aug 2016 07:08:28 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1470726504.b9fa635126a2429e38ec3870e8a896039a3ca165.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-process/cronie/cronie-1.5.1.ebuild X-VCS-Directories: sys-process/cronie/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: b9fa635126a2429e38ec3870e8a896039a3ca165 X-VCS-Branch: master Date: Tue, 9 Aug 2016 07:08:28 +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: eda9c3f8-05e0-4abf-a04b-55644cf8500d X-Archives-Hash: f4f53d9819ca620e0d9dd37b3d64a75d commit: b9fa635126a2429e38ec3870e8a896039a3ca165 Author: Felix Janda posteo de> AuthorDate: Mon Aug 8 19:05:42 2016 +0000 Commit: Lars Wendler gentoo org> CommitDate: Tue Aug 9 07:08:24 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9fa6351 sys-process/cronie: fix BadInsIntoDir sys-process/cronie/cronie-1.5.1.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sys-process/cronie/cronie-1.5.1.ebuild b/sys-process/cronie/cronie-1.5.1.ebuild index 62ae101..a70590a 100644 --- a/sys-process/cronie/cronie-1.5.1.ebuild +++ b/sys-process/cronie/cronie-1.5.1.ebuild @@ -49,8 +49,7 @@ src_install() { fowners root:crontab /usr/bin/crontab fperms 2751 /usr/bin/crontab - insinto /etc/conf.d - newins "${S}"/crond.sysconfig ${PN} + newconfd "${S}"/crond.sysconfig ${PN} insinto /etc newins "${FILESDIR}/${PN}-1.3-crontab" crontab @@ -69,7 +68,6 @@ src_install() { fperms 0750 ${anacrondir} insinto /etc - doins contrib/anacrontab insinto /etc/cron.hourly