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 44B93158086 for ; Wed, 29 Dec 2021 17:14:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C50D2BC00B; Wed, 29 Dec 2021 17:14:43 +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 5A9BC2BC00B for ; Wed, 29 Dec 2021 17:14:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 4E99D342C29 for ; Wed, 29 Dec 2021 17:14:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C0830132 for ; Wed, 29 Dec 2021 17:14:39 +0000 (UTC) From: "Matthew Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthew Thode" Message-ID: <1640798072.b325428abdd0071c336886651d60e2b862e3d952.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/icingaweb2/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/icingaweb2/icingaweb2-2.9.5-r1.ebuild www-apps/icingaweb2/icingaweb2-2.9.5.ebuild www-apps/icingaweb2/icingaweb2-9999.ebuild X-VCS-Directories: www-apps/icingaweb2/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matthew Thode X-VCS-Revision: b325428abdd0071c336886651d60e2b862e3d952 X-VCS-Branch: master Date: Wed, 29 Dec 2021 17:14:39 +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: bedb023b-53df-4a37-a1fd-a6ea907c3349 X-Archives-Hash: ee26d56a1d5db2b0700a8e1b766758b7 commit: b325428abdd0071c336886651d60e2b862e3d952 Author: Matthew Thode gentoo org> AuthorDate: Wed Dec 29 17:14:32 2021 +0000 Commit: Matthew Thode gentoo org> CommitDate: Wed Dec 29 17:14:32 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b325428a www-apps/icingaweb2: manage group of icingaweb2 icingacli Closes: https://bugs.gentoo.org/830215 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Matthew Thode gentoo.org> .../icingaweb2/{icingaweb2-2.9.5.ebuild => icingaweb2-2.9.5-r1.ebuild} | 1 + www-apps/icingaweb2/icingaweb2-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/www-apps/icingaweb2/icingaweb2-2.9.5.ebuild b/www-apps/icingaweb2/icingaweb2-2.9.5-r1.ebuild similarity index 97% rename from www-apps/icingaweb2/icingaweb2-2.9.5.ebuild rename to www-apps/icingaweb2/icingaweb2-2.9.5-r1.ebuild index 977d8fee7bb4..1ef7a422fe00 100644 --- a/www-apps/icingaweb2/icingaweb2-2.9.5.ebuild +++ b/www-apps/icingaweb2/icingaweb2-2.9.5-r1.ebuild @@ -73,6 +73,7 @@ src_install() { doins -r "${S}"/* fperms -R a+rX "/usr/share/${PN}/public/" fperms u+x,g+x "/usr/share/${PN}/bin/icingacli" + fowners root:icingaweb2 "/usr/share/${PN}/bin/icingacli" } pkg_postinst() { diff --git a/www-apps/icingaweb2/icingaweb2-9999.ebuild b/www-apps/icingaweb2/icingaweb2-9999.ebuild index dcfe13e3b7d0..c00a171bba00 100644 --- a/www-apps/icingaweb2/icingaweb2-9999.ebuild +++ b/www-apps/icingaweb2/icingaweb2-9999.ebuild @@ -73,6 +73,7 @@ src_install() { doins -r "${S}"/* fperms -R a+rX "/usr/share/${PN}/public/" fperms u+x,g+x "/usr/share/${PN}/bin/icingacli" + fowners root:icingaweb2 "/usr/share/${PN}/bin/icingacli" } pkg_postinst() {