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 B0214158094 for ; Wed, 5 Oct 2022 00:03:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A9BE3E08C3; Wed, 5 Oct 2022 00:03:44 +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 8F56CE08C3 for ; Wed, 5 Oct 2022 00:03:44 +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 5B9C0340EDE for ; Wed, 5 Oct 2022 00:03:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9DD37602 for ; Wed, 5 Oct 2022 00:03:41 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1664928177.49b802acaedbbd035d407ffa4fe271bc6732d4a3.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/inspircd/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-irc/inspircd/inspircd-3.14.0-r1.ebuild net-irc/inspircd/inspircd-3.14.0.ebuild X-VCS-Directories: net-irc/inspircd/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 49b802acaedbbd035d407ffa4fe271bc6732d4a3 X-VCS-Branch: master Date: Wed, 5 Oct 2022 00:03:41 +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: 179480f7-2a41-460b-a38d-6f594f419220 X-Archives-Hash: fc9cf6c669f78b8624b642a5ad28ea86 commit: 49b802acaedbbd035d407ffa4fe271bc6732d4a3 Author: Wade Cline hotmail com> AuthorDate: Mon Oct 3 05:18:31 2022 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Wed Oct 5 00:02:57 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49b802ac net-irc/inspircd: Revbump to fix user/group for logrotate+systemd Set correct owner and group in logrotate file. ionen's note: doing this also fixes it for the systemd service file Signed-off-by: Wade Cline hotmail.com> Closes: https://github.com/gentoo/gentoo/pull/27590 Signed-off-by: Ionen Wolkens gentoo.org> net-irc/inspircd/{inspircd-3.14.0.ebuild => inspircd-3.14.0-r1.ebuild} | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net-irc/inspircd/inspircd-3.14.0.ebuild b/net-irc/inspircd/inspircd-3.14.0-r1.ebuild similarity index 99% rename from net-irc/inspircd/inspircd-3.14.0.ebuild rename to net-irc/inspircd/inspircd-3.14.0-r1.ebuild index 09344ff0054e..74fee7dad769 100644 --- a/net-irc/inspircd/inspircd-3.14.0.ebuild +++ b/net-irc/inspircd/inspircd-3.14.0-r1.ebuild @@ -64,6 +64,8 @@ src_configure() { --disable-auto-extras --disable-ownership --system + --uid ${PN} + --gid ${PN} --binary-dir="/usr/bin" --data-dir="/var/lib/${PN}/data" --example-dir="/usr/share/doc/${PV}"