All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-networking][PATCH] The ip is being installed into /sbin as of the latest busybox.
@ 2013-07-16  9:53 rongqing.li
  2013-07-17 19:55 ` Joe MacDonald
  0 siblings, 1 reply; 2+ messages in thread
From: rongqing.li @ 2013-07-16  9:53 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Joe.macdonald

From: "Roy.Li" <rongqing.li@windriver.com>

The ip is being installed into /sbin as of the latest busybox, or oe-core.

Signed-off-by: Roy.Li <rongqing.li@windriver.com>
---
 .../recipes-protocols/zeroconf/zeroconf/debian-zeroconf            |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-networking/recipes-protocols/zeroconf/zeroconf/debian-zeroconf b/meta-networking/recipes-protocols/zeroconf/zeroconf/debian-zeroconf
index c3705d2..0c9d15b 100644
--- a/meta-networking/recipes-protocols/zeroconf/zeroconf/debian-zeroconf
+++ b/meta-networking/recipes-protocols/zeroconf/zeroconf/debian-zeroconf
@@ -35,10 +35,10 @@ done
 
 # should we only allocate an address if we do not already have one?
 if [ -n "$FALLBACK" ]; then
-    /bin/ip addr show $IFACE scope global | grep -q "inet"
+    /sbin/ip addr show $IFACE scope global | grep -q "inet"
     IP=$?
     if [ $IP -eq 0 ]; then
-        /bin/ip route add 169.254.0.0/16 dev $IFACE
+        /sbin/ip route add 169.254.0.0/16 dev $IFACE
         exit 0
     fi
 fi
-- 
1.7.10.4



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

* Re: [meta-networking][PATCH] The ip is being installed into /sbin as of the latest busybox.
  2013-07-16  9:53 [meta-networking][PATCH] The ip is being installed into /sbin as of the latest busybox rongqing.li
@ 2013-07-17 19:55 ` Joe MacDonald
  0 siblings, 0 replies; 2+ messages in thread
From: Joe MacDonald @ 2013-07-17 19:55 UTC (permalink / raw)
  To: rongqing.li; +Cc: openembedded-devel

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

Merged.  Thanks.

-J.

[[meta-networking][PATCH] The ip is being installed into /sbin as of the latest busybox.] On 13.07.16 (Tue 17:53) rongqing.li@windriver.com wrote:

> From: "Roy.Li" <rongqing.li@windriver.com>
> 
> The ip is being installed into /sbin as of the latest busybox, or oe-core.
> 
> Signed-off-by: Roy.Li <rongqing.li@windriver.com>
> ---
>  .../recipes-protocols/zeroconf/zeroconf/debian-zeroconf            |    4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/meta-networking/recipes-protocols/zeroconf/zeroconf/debian-zeroconf b/meta-networking/recipes-protocols/zeroconf/zeroconf/debian-zeroconf
> index c3705d2..0c9d15b 100644
> --- a/meta-networking/recipes-protocols/zeroconf/zeroconf/debian-zeroconf
> +++ b/meta-networking/recipes-protocols/zeroconf/zeroconf/debian-zeroconf
> @@ -35,10 +35,10 @@ done
>  
>  # should we only allocate an address if we do not already have one?
>  if [ -n "$FALLBACK" ]; then
> -    /bin/ip addr show $IFACE scope global | grep -q "inet"
> +    /sbin/ip addr show $IFACE scope global | grep -q "inet"
>      IP=$?
>      if [ $IP -eq 0 ]; then
> -        /bin/ip route add 169.254.0.0/16 dev $IFACE
> +        /sbin/ip route add 169.254.0.0/16 dev $IFACE
>          exit 0
>      fi
>  fi
-- 
-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:[~2013-07-17 20:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-16  9:53 [meta-networking][PATCH] The ip is being installed into /sbin as of the latest busybox rongqing.li
2013-07-17 19:55 ` 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.