lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Mon, 13 Aug 2012 08:04:21 -0700
From:	Stephen Hemminger <shemminger@...tta.com>
To:	Li Wei <lw@...fujitsu.com>
Cc:	Nick Alcock <nick.alcock@...cle.com>, netdev@...r.kernel.org
Subject: Re: [PATCH iproute2] Install the bridge command under the same name
 we build it.

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

> On 08/04/2012 10:36 PM, Nick Alcock wrote:
> > 
> > Signed-off-by: Nick Alcock <nick.alcock@...cle.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@...tta.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.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ