summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWade Cline <wadecline@hotmail.com>2022-10-02 22:18:31 -0700
committerIonen Wolkens <ionen@gentoo.org>2022-10-04 20:02:57 -0400
commit49b802acaedbbd035d407ffa4fe271bc6732d4a3 (patch)
tree89bd0040114ece477ac51f3a2cad6f91fd7c6d74 /net-irc
parentsys-cluster/ceph: add 17.2.4 (diff)
downloadgentoo-49b802acaedbbd035d407ffa4fe271bc6732d4a3.tar.gz
gentoo-49b802acaedbbd035d407ffa4fe271bc6732d4a3.tar.bz2
gentoo-49b802acaedbbd035d407ffa4fe271bc6732d4a3.zip
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@hotmail.com> Closes: https://github.com/gentoo/gentoo/pull/27590 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'net-irc')
-rw-r--r--net-irc/inspircd/inspircd-3.14.0-r1.ebuild (renamed from net-irc/inspircd/inspircd-3.14.0.ebuild)2
1 files changed, 2 insertions, 0 deletions
diff --git a/net-irc/inspircd/inspircd-3.14.0.ebuild b/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}"