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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3EDE7158090 for ; Sun, 29 May 2022 03:50:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6EBFEE07F9; Sun, 29 May 2022 03:50:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 F26C9E07F9 for ; Sun, 29 May 2022 03:50:42 +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 B2772341805 for ; Sun, 29 May 2022 03:50:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E433B448 for ; Sun, 29 May 2022 03:50:38 +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: <1653796214.901825cbbdb46bc6b9b65f78b7d635a56f689e07.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/nova/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-cluster/nova/nova-25.0.0-r1.ebuild X-VCS-Directories: sys-cluster/nova/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 901825cbbdb46bc6b9b65f78b7d635a56f689e07 X-VCS-Branch: dev Date: Sun, 29 May 2022 03:50:38 +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: b131b39c-73d4-4191-8d47-e044d1410d11 X-Archives-Hash: 1d3b42b15b070bb1203831760191059a commit: 901825cbbdb46bc6b9b65f78b7d635a56f689e07 Author: Alessandro Barbieri gmail com> AuthorDate: Sun May 29 03:50:14 2022 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Sun May 29 03:50:14 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=901825cb sys-cluster/nova: add keepdir Signed-off-by: Alessandro Barbieri gmail.com> sys-cluster/nova/nova-25.0.0-r1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys-cluster/nova/nova-25.0.0-r1.ebuild b/sys-cluster/nova/nova-25.0.0-r1.ebuild index 78727beab..ef270c92f 100644 --- a/sys-cluster/nova/nova-25.0.0-r1.ebuild +++ b/sys-cluster/nova/nova-25.0.0-r1.ebuild @@ -173,6 +173,8 @@ python_install_all() { diropts -m 0750 -o nova -g qemu dodir /var/log/nova /var/lib/nova/instances diropts -m 0750 -o nova -g nova + keepdir /var/log/nova + keepdir /var/lib/nova insinto /etc/nova insopts -m 0640 -o nova -g nova