Re: [ovs-dev] [PATCH 2/2] bashcomp: Install and package completion scripts.

2015-03-20 Thread Alex Wang
Thx a lot for the review and helpful comments, updated the ovs-command-bashcomp.INSTALL.md. Applied both patches to master, Let's make people use the completion functionality and make it better, Thanks, Alex Wang, On Thu, Mar 19, 2015 at 5:49 PM, Alex Wang wrote: > > > On Thu, Mar 19, 2015 at

Re: [ovs-dev] [PATCH 2/2] bashcomp: Install and package completion scripts.

2015-03-19 Thread Alex Wang
On Thu, Mar 19, 2015 at 5:08 PM, Peter Amidon wrote: > On Wed, 18 Mar 2015 14:47:25 -0700: Alex Wang wrote: > > > > This commit makes the bash completion scripts be installed to > > /etc/bash_completion.d through 'make install' or package installation. > > This will make the scripts availa

Re: [ovs-dev] [PATCH 2/2] bashcomp: Install and package completion scripts.

2015-03-19 Thread Peter Amidon
On Wed, 18 Mar 2015 14:47:25 -0700: Alex Wang wrote: > This commit makes the bash completion scripts be installed to > /etc/bash_completion.d through 'make install' or package installation. > This will make the scripts available for each bash session. > An alternative is to put scripts

[ovs-dev] [PATCH 2/2] bashcomp: Install and package completion scripts.

2015-03-18 Thread Alex Wang
This commit makes the bash completion scripts be installed to /etc/bash_completion.d through 'make install' or package installation. This will make the scripts available for each bash session. An alternative is to put scripts to /usr/share/bash_completion/ directory. However, this is not supported