From: "Patrick McLean" <chutzpah@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/exabgp/files/
Date: Mon, 17 May 2021 17:42:18 +0000 (UTC) [thread overview]
Message-ID: <1621273321.a44841f0657a55467c51c9b04143ca26eb33b3e5.chutzpah@gentoo> (raw)
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}\""
next reply other threads:[~2021-05-17 17:42 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-05-17 17:42 Patrick McLean [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-07-18 17:33 [gentoo-commits] repo/gentoo:master commit in: net-misc/exabgp/files/ Patrick McLean
2021-05-15 1:38 Patrick McLean
2021-05-14 23:49 Patrick McLean
2020-05-20 1:16 Patrick McLean
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1621273321.a44841f0657a55467c51c9b04143ca26eb33b3e5.chutzpah@gentoo \
--to=chutzpah@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox