All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-networking][PATCH 1/1] traceroute: fix alternate name
@ 2014-03-20 21:17 Joe Slater
  2014-03-27 20:28 ` Joe MacDonald
  0 siblings, 1 reply; 2+ messages in thread
From: Joe Slater @ 2014-03-20 21:17 UTC (permalink / raw)
  To: openembedded-devel, joe.macdonald

traceroute6 for the name is misleading and will interfere
with traceroute6 in iputils making an alternate link to
the traceroute6 binary, so we change the name to traceroute.

Signed-off-by: Joe Slater <jslater@windriver.com>
---
 recipes-support/traceroute/traceroute_2.0.18.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-support/traceroute/traceroute_2.0.18.bb b/recipes-support/traceroute/traceroute_2.0.18.bb
index e6718db..83ac5a7 100644
--- a/recipes-support/traceroute/traceroute_2.0.18.bb
+++ b/recipes-support/traceroute/traceroute_2.0.18.bb
@@ -39,5 +39,5 @@ do_install() {
 
 }
 
-ALTERNATIVE_${PN} = "traceroute6"
-ALTERNATIVE_LINK_NAME[traceroute6] = "${bindir}/traceroute"
+ALTERNATIVE_${PN} = "traceroute"
+ALTERNATIVE_LINK_NAME[traceroute] = "${bindir}/traceroute"
-- 
1.7.3.4



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [meta-networking][PATCH 1/1] traceroute: fix alternate name
  2014-03-20 21:17 [meta-networking][PATCH 1/1] traceroute: fix alternate name Joe Slater
@ 2014-03-27 20:28 ` Joe MacDonald
  0 siblings, 0 replies; 2+ messages in thread
From: Joe MacDonald @ 2014-03-27 20:28 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1069 bytes --]

Merged, thanks.
-J.

[[oe] [meta-networking][PATCH 1/1] traceroute: fix alternate name] On 14.03.20 (Thu 14:17) Joe Slater wrote:

> traceroute6 for the name is misleading and will interfere
> with traceroute6 in iputils making an alternate link to
> the traceroute6 binary, so we change the name to traceroute.
> 
> Signed-off-by: Joe Slater <jslater@windriver.com>
> ---
>  recipes-support/traceroute/traceroute_2.0.18.bb |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/recipes-support/traceroute/traceroute_2.0.18.bb b/recipes-support/traceroute/traceroute_2.0.18.bb
> index e6718db..83ac5a7 100644
> --- a/recipes-support/traceroute/traceroute_2.0.18.bb
> +++ b/recipes-support/traceroute/traceroute_2.0.18.bb
> @@ -39,5 +39,5 @@ do_install() {
>  
>  }
>  
> -ALTERNATIVE_${PN} = "traceroute6"
> -ALTERNATIVE_LINK_NAME[traceroute6] = "${bindir}/traceroute"
> +ALTERNATIVE_${PN} = "traceroute"
> +ALTERNATIVE_LINK_NAME[traceroute] = "${bindir}/traceroute"
> -- 
> 1.7.3.4
> 
-- 
-Joe MacDonald.
:wq

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-03-27 20:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-20 21:17 [meta-networking][PATCH 1/1] traceroute: fix alternate name Joe Slater
2014-03-27 20:28 ` Joe MacDonald

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.