summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Orlitzky <mjo@gentoo.org>2022-11-30 19:03:08 -0500
committerMichael Orlitzky <mjo@gentoo.org>2022-11-30 19:07:44 -0500
commit5112807f49a3c719010b5894614cbbe77085c9cd (patch)
treeda3a3134a651d414e4a213aa884aed1465e1fd32 /net-analyzer
parentprofiles.desc: Comment out riscv merged-usr profiles, still broken (diff)
downloadgentoo-5112807f49a3c719010b5894614cbbe77085c9cd.tar.gz
gentoo-5112807f49a3c719010b5894614cbbe77085c9cd.tar.bz2
gentoo-5112807f49a3c719010b5894614cbbe77085c9cd.zip
net-analyzer/nagios-plugins: new revision to trigger a rebuild.
Anyone whose "ping" has moved will want to rebuild this after the latest fix. Doing so right now won't help everybody (e.g. if nagios-plugins is upgraded before iputils), but it's an easy rebuild and will help *some* people, so I think it's worth it. Thanks to Sam for the suggestion. Bug: https://bugs.gentoo.org/883765 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/nagios-plugins/nagios-plugins-2.4.2-r1.ebuild (renamed from net-analyzer/nagios-plugins/nagios-plugins-2.4.2.ebuild)2
1 files changed, 1 insertions, 1 deletions
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
index 8fe32f3ad69a..87de58cd0bfc 100644
--- a/net-analyzer/nagios-plugins/nagios-plugins-2.4.2.ebuild
+++ b/net-analyzer/nagios-plugins/nagios-plugins-2.4.2-r1.ebuild
@@ -85,7 +85,7 @@ src_configure() {
# The autodetection for these two commands can hang if localhost is
# down or ICMP traffic is filtered (bug #468296). But also the path
# likes to move around on us (bug #883765).
- myconf+=( --with-ping-command="$(command -v ping) -n -U -w %d -c %d %s" )
+ myconf+=( --with-ping-command=" -n -U -w %d -c %d %s" )
if use ipv6; then
myconf+=( --with-ping6-command="$(command -v ping6) -n -U -w %d -c %d %s" )