Gentoo Archives: gentoo-commits

From: Michael Orlitzky <mjo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios-plugins/
Date: Thu, 01 Dec 2022 00:08:45
Message-Id: 1669853264.5112807f49a3c719010b5894614cbbe77085c9cd.mjo@gentoo
1 commit: 5112807f49a3c719010b5894614cbbe77085c9cd
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 1 00:03:08 2022 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 1 00:07:44 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5112807f
7
8 net-analyzer/nagios-plugins: new revision to trigger a rebuild.
9
10 Anyone whose "ping" has moved will want to rebuild this after the latest
11 fix. Doing so right now won't help everybody (e.g. if nagios-plugins is
12 upgraded before iputils), but it's an easy rebuild and will help *some*
13 people, so I think it's worth it. Thanks to Sam for the suggestion.
14
15 Bug: https://bugs.gentoo.org/883765
16 Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
17
18 .../{nagios-plugins-2.4.2.ebuild => nagios-plugins-2.4.2-r1.ebuild} | 2 +-
19 1 file changed, 1 insertion(+), 1 deletion(-)
20
21 diff --git a/net-analyzer/nagios-plugins/nagios-plugins-2.4.2.ebuild b/net-analyzer/nagios-plugins/nagios-plugins-2.4.2-r1.ebuild
22 similarity index 97%
23 rename from net-analyzer/nagios-plugins/nagios-plugins-2.4.2.ebuild
24 rename to net-analyzer/nagios-plugins/nagios-plugins-2.4.2-r1.ebuild
25 index 8fe32f3ad69a..87de58cd0bfc 100644
26 --- a/net-analyzer/nagios-plugins/nagios-plugins-2.4.2.ebuild
27 +++ b/net-analyzer/nagios-plugins/nagios-plugins-2.4.2-r1.ebuild
28 @@ -85,7 +85,7 @@ src_configure() {
29 # The autodetection for these two commands can hang if localhost is
30 # down or ICMP traffic is filtered (bug #468296). But also the path
31 # likes to move around on us (bug #883765).
32 - myconf+=( --with-ping-command="$(command -v ping) -n -U -w %d -c %d %s" )
33 + myconf+=( --with-ping-command=" -n -U -w %d -c %d %s" )
34
35 if use ipv6; then
36 myconf+=( --with-ping6-command="$(command -v ping6) -n -U -w %d -c %d %s" )