commit: a44841f0657a55467c51c9b04143ca26eb33b3e5 Author: Victor Payno <victor.payno <AT> sony <DOT> com> AuthorDate: Sat May 15 19:26:20 2021 +0000 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org> CommitDate: Mon May 17 17:42:01 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a44841f0
net-misc/exabgp: fix typo in --user assignment in initd scripts Signed-off-by: Victor Payno <victor.payno <AT> sony.com> Closes: https://github.com/gentoo/gentoo/pull/20853 Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org> net-misc/exabgp/files/exabgp.initd | 2 +- net-misc/exabgp/files/exabgp.initd-r1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/exabgp/files/exabgp.initd b/net-misc/exabgp/files/exabgp.initd index c3e3d93a494..c3bbcf1247e 100644 --- a/net-misc/exabgp/files/exabgp.initd +++ b/net-misc/exabgp/files/exabgp.initd @@ -8,7 +8,7 @@ command="capsh" command_args=" --groups=${EXABGP_GROUP:=exabgp} - --user=${EXABGP_USER:-exabgp} + --user=${EXABGP_USER:=exabgp} --caps='cap_net_admin+epi cap_setuid+ep-i cap_setgid+ep-i' -- -c \"/usr/bin/exabgp ${EXABGP_ARGS}\"" command_background="yes" diff --git a/net-misc/exabgp/files/exabgp.initd-r1 b/net-misc/exabgp/files/exabgp.initd-r1 index 070a9bf0725..1d942d85025 100644 --- a/net-misc/exabgp/files/exabgp.initd-r1 +++ b/net-misc/exabgp/files/exabgp.initd-r1 @@ -8,7 +8,7 @@ command="capsh" command_args=" --groups=${EXABGP_GROUP:=exabgp} - --user=${EXABGP_USER:-exabgp} + --user=${EXABGP_USER:=exabgp} --caps='cap_net_admin+epi cap_setuid+ep-i cap_setgid+ep-i' -- -c \"/usr/bin/exabgp ${EXABGP_ARGS}\""
