Gentoo Archives: gentoo-commits

From: Patrick McLean <chutzpah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/exabgp/files/
Date: Sat, 15 May 2021 01:38:20
Message-Id: 1621042692.0620655ffbcb29faa53cb9c50f5c0b072644e689.chutzpah@gentoo
1 commit: 0620655ffbcb29faa53cb9c50f5c0b072644e689
2 Author: Patrick McLean <patrick.mclean <AT> sony <DOT> com>
3 AuthorDate: Sat May 15 01:38:12 2021 +0000
4 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
5 CommitDate: Sat May 15 01:38:12 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0620655f
7
8 net-misc/exabgp: Fix up initd-r1 as well
9
10 Copyright: Sony Interactive Entertainment Inc.
11 Package-Manager: Portage-3.0.18, Repoman-3.0.3
12 Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
13
14 net-misc/exabgp/files/exabgp.initd-r1 | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/net-misc/exabgp/files/exabgp.initd-r1 b/net-misc/exabgp/files/exabgp.initd-r1
18 index ec2f01704b8..070a9bf0725 100644
19 --- a/net-misc/exabgp/files/exabgp.initd-r1
20 +++ b/net-misc/exabgp/files/exabgp.initd-r1
21 @@ -7,8 +7,8 @@
22
23 command="capsh"
24 command_args="
25 - --uid=${EXABGP_USER:=exabgp}
26 - --gid=${EXABGP_GROUP:=exabgp}
27 + --groups=${EXABGP_GROUP:=exabgp}
28 + --user=${EXABGP_USER:-exabgp}
29 --caps='cap_net_admin+epi cap_setuid+ep-i cap_setgid+ep-i'
30 -- -c \"/usr/bin/exabgp ${EXABGP_ARGS}\""