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 3A701158090 for ; Sun, 29 May 2022 23:06:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 70E3FE0965; Sun, 29 May 2022 23:06:52 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 56A51E0965 for ; Sun, 29 May 2022 23:06:52 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0FE2C3412A0 for ; Sun, 29 May 2022 23:06:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1D8C64E3 for ; Sun, 29 May 2022 23:06:47 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1653865551.209cf7f8e102a0ab88a6c7f70cea3309526fb036.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/placement/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-cluster/placement/placement-7.0.0-r1.ebuild X-VCS-Directories: sys-cluster/placement/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 209cf7f8e102a0ab88a6c7f70cea3309526fb036 X-VCS-Branch: dev Date: Sun, 29 May 2022 23:06:47 +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: 73e97b9e-ad87-43b6-b40e-c0d41d3811e0 X-Archives-Hash: 24abc285438c166eb8f4b6e22ee612af commit: 209cf7f8e102a0ab88a6c7f70cea3309526fb036 Author: Alessandro Barbieri gmail com> AuthorDate: Sun May 29 23:05:51 2022 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Sun May 29 23:05:51 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=209cf7f8 sys-cluster/placement: create logdir Signed-off-by: Alessandro Barbieri gmail.com> sys-cluster/placement/placement-7.0.0-r1.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sys-cluster/placement/placement-7.0.0-r1.ebuild b/sys-cluster/placement/placement-7.0.0-r1.ebuild index a1eb2e41c..54a93e358 100644 --- a/sys-cluster/placement/placement-7.0.0-r1.ebuild +++ b/sys-cluster/placement/placement-7.0.0-r1.ebuild @@ -86,6 +86,10 @@ python_install_all() { dobin tools/postgresql-migrate-db.sh newtmpfiles "${FILESDIR}/placement.tmpfile" placement.conf + + dodir /var/log/placement + fperms placement:placement /var/log/placement + keepdir /var/log/placement } pkg_postinst() {