All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH iproute2] Install the bridge command under the same name we build it.
@ 2012-08-04 14:36 Nick Alcock
  2012-08-06  1:51 ` Li Wei
  0 siblings, 1 reply; 3+ messages in thread
From: Nick Alcock @ 2012-08-04 14:36 UTC (permalink / raw)
  To: netdev


Signed-off-by: Nick Alcock <nick.alcock@oracle.com>
---
 bridge/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bridge/Makefile b/bridge/Makefile
index 0c333bf..9a6743e 100644
--- a/bridge/Makefile
+++ b/bridge/Makefile
@@ -7,8 +7,8 @@ all: bridge
 bridge: $(BROBJ) $(LIBNETLINK) 
 
 install: all
-	install -m 0755 br $(DESTDIR)$(SBINDIR)
+	install -m 0755 bridge $(DESTDIR)$(SBINDIR)
 
 clean:
-	rm -f $(BROBJ) br
+	rm -f $(BROBJ) bridge
 
-- 
1.7.11.2.155.g5ceeb62

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

* Re: [PATCH iproute2] Install the bridge command under the same name we build it.
  2012-08-04 14:36 [PATCH iproute2] Install the bridge command under the same name we build it Nick Alcock
@ 2012-08-06  1:51 ` Li Wei
  2012-08-13 15:04   ` Stephen Hemminger
  0 siblings, 1 reply; 3+ messages in thread
From: Li Wei @ 2012-08-06  1:51 UTC (permalink / raw)
  To: Nick Alcock; +Cc: netdev, Stephen Hemminger

On 08/04/2012 10:36 PM, Nick Alcock wrote:
> 
> Signed-off-by: Nick Alcock <nick.alcock@oracle.com>
> ---
>  bridge/Makefile | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/bridge/Makefile b/bridge/Makefile
> index 0c333bf..9a6743e 100644
> --- a/bridge/Makefile
> +++ b/bridge/Makefile
> @@ -7,8 +7,8 @@ all: bridge
>  bridge: $(BROBJ) $(LIBNETLINK) 
>  
>  install: all
> -	install -m 0755 br $(DESTDIR)$(SBINDIR)
> +	install -m 0755 bridge $(DESTDIR)$(SBINDIR)
>  
>  clean:
> -	rm -f $(BROBJ) br
> +	rm -f $(BROBJ) bridge
>  

Hi Nick,

To post a patch for iproute2, you should send it to 
Stephen Hemminger <shemminger@vyatta.com> who is the maintainer of iproute2.


Stephen, I also noticed this problem and thought should ask you for the final
name of the brige extension. Personally I prefer br, it is short and
distingushable enough.

Thanks.

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

* Re: [PATCH iproute2] Install the bridge command under the same name we build it.
  2012-08-06  1:51 ` Li Wei
@ 2012-08-13 15:04   ` Stephen Hemminger
  0 siblings, 0 replies; 3+ messages in thread
From: Stephen Hemminger @ 2012-08-13 15:04 UTC (permalink / raw)
  To: Li Wei; +Cc: Nick Alcock, netdev

On Mon, 06 Aug 2012 09:51:13 +0800
Li Wei <lw@cn.fujitsu.com> wrote:

> On 08/04/2012 10:36 PM, Nick Alcock wrote:
> > 
> > Signed-off-by: Nick Alcock <nick.alcock@oracle.com>
> > ---
> >  bridge/Makefile | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> > 
> > diff --git a/bridge/Makefile b/bridge/Makefile
> > index 0c333bf..9a6743e 100644
> > --- a/bridge/Makefile
> > +++ b/bridge/Makefile
> > @@ -7,8 +7,8 @@ all: bridge
> >  bridge: $(BROBJ) $(LIBNETLINK) 
> >  
> >  install: all
> > -	install -m 0755 br $(DESTDIR)$(SBINDIR)
> > +	install -m 0755 bridge $(DESTDIR)$(SBINDIR)
> >  
> >  clean:
> > -	rm -f $(BROBJ) br
> > +	rm -f $(BROBJ) bridge
> >  
> 
> Hi Nick,
> 
> To post a patch for iproute2, you should send it to 
> Stephen Hemminger <shemminger@vyatta.com> who is the maintainer of iproute2.
> 
> 
> Stephen, I also noticed this problem and thought should ask you for the final
> name of the brige extension. Personally I prefer br, it is short and
> distingushable enough.
> 
> Thanks.

br was already taken by X10 package on debian.

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

end of thread, other threads:[~2012-08-13 15:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-04 14:36 [PATCH iproute2] Install the bridge command under the same name we build it Nick Alcock
2012-08-06  1:51 ` Li Wei
2012-08-13 15:04   ` Stephen Hemminger

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.