bashcomp: Install and package completion scripts.
authorAlex Wang <alexw@nicira.com>
Wed, 18 Mar 2015 21:32:23 +0000 (14:32 -0700)
committerAlex Wang <alexw@nicira.com>
Fri, 20 Mar 2015 23:42:47 +0000 (16:42 -0700)
commit2c9907cde3be90e12efb3c2729c0a8e98e898a2d
treeb07cd453a9edfe4192c2e9d6d666facdd64c83f2
parentbb5dbe78592b3f39f0e7e6361c8796a5023363e5
bashcomp: Install and package completion scripts.

This commit makes the bash completion scripts be installed to
$(sysconfdir)/bash_completion.d/ through 'make install' and to
/etc/bash_completion.d/ through 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 by earlier version of
bash completion.

Signed-off-by: Alex Wang <alexw@nicira.com>
Makefile.am
debian/openvswitch-common.install
debian/openvswitch-switch.install
rhel/openvswitch.spec.in
utilities/automake.mk
utilities/ovs-command-bashcomp.INSTALL.md
xenserver/openvswitch-xen.spec.in