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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AEE0615808B for ; Thu, 24 Mar 2022 07:42:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B7B78E0896; Thu, 24 Mar 2022 07:42:05 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 02FF6E0896 for ; Thu, 24 Mar 2022 07:42:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DA3CF342F56 for ; Thu, 24 Mar 2022 07:42:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4202132E for ; Thu, 24 Mar 2022 07:42:01 +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: <1648107710.9d36b56b990f150502a050d8d2444539bde32741.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.6.0-r1.ebuild sys-process/cronie/cronie-1.6.0.ebuild X-VCS-Directories: sys-process/cronie/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 9d36b56b990f150502a050d8d2444539bde32741 X-VCS-Branch: master Date: Thu, 24 Mar 2022 07:42:01 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2936e396-a802-44c4-81a5-a902ab40ad7a X-Archives-Hash: d207d1739db2fb71f29f7e2da36ff7b7 commit: 9d36b56b990f150502a050d8d2444539bde32741 Author: Lars Wendler gentoo org> AuthorDate: Thu Mar 24 07:41:27 2022 +0000 Commit: Lars Wendler gentoo org> CommitDate: Thu Mar 24 07:41:50 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d36b56b sys-process/cronie: Revbump to give correct path to pidfile location Closes: https://bugs.gentoo.org/835814 Signed-off-by: Lars Wendler gentoo.org> sys-process/cronie/{cronie-1.6.0.ebuild => cronie-1.6.0-r1.ebuild} | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys-process/cronie/cronie-1.6.0.ebuild b/sys-process/cronie/cronie-1.6.0-r1.ebuild similarity index 97% rename from sys-process/cronie/cronie-1.6.0.ebuild rename to sys-process/cronie/cronie-1.6.0-r1.ebuild index 803851ce4c04..f45298904d22 100644 --- a/sys-process/cronie/cronie-1.6.0.ebuild +++ b/sys-process/cronie/cronie-1.6.0-r1.ebuild @@ -47,6 +47,8 @@ src_configure() { $(use_with selinux) $(use_enable anacron) --enable-syscrontab + # Required for correct pidfile location #835814 + --runstatedir="/run" --with-daemon_username=cron --with-daemon_groupname=cron )