commit:     49b802acaedbbd035d407ffa4fe271bc6732d4a3
Author:     Wade Cline <wadecline <AT> hotmail <DOT> com>
AuthorDate: Mon Oct  3 05:18:31 2022 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> 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 <wadecline <AT> hotmail.com>
Closes: https://github.com/gentoo/gentoo/pull/27590
Signed-off-by: Ionen Wolkens <ionen <AT> 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}"

Reply via email to