commit: 5112807f49a3c719010b5894614cbbe77085c9cd Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org> AuthorDate: Thu Dec 1 00:03:08 2022 +0000 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org> CommitDate: Thu Dec 1 00:07:44 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5112807f
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 <AT> gentoo.org> .../{nagios-plugins-2.4.2.ebuild => nagios-plugins-2.4.2-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 similarity index 97% rename from net-analyzer/nagios-plugins/nagios-plugins-2.4.2.ebuild rename to 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" )
