From ef8011eca397c13e572d159c3dfd12c4550d5d4d Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Tue, 26 Jul 2011 09:23:31 -0700 Subject: [PATCH] utilities: Install ovs-parse-leaks utility by default. We install this in the Debian packaging and I don't see a reason not to install it everywhere. (Oddly, we were already installing the manpage everywhere.) Signed-off-by: Ben Pfaff --- rhel/openvswitch.spec.in | 1 + utilities/automake.mk | 4 ++-- xenserver/openvswitch-xen.spec | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/rhel/openvswitch.spec.in b/rhel/openvswitch.spec.in index 8376376c..47b51ffe 100644 --- a/rhel/openvswitch.spec.in +++ b/rhel/openvswitch.spec.in @@ -105,6 +105,7 @@ exit 0 /usr/bin/ovs-appctl /usr/bin/ovs-dpctl /usr/bin/ovs-ofctl +/usr/bin/ovs-parse-leaks /usr/bin/ovs-pcap /usr/bin/ovs-tcpundump /usr/bin/ovs-vlan-test diff --git a/utilities/automake.mk b/utilities/automake.mk index 520c3731..aab85a22 100644 --- a/utilities/automake.mk +++ b/utilities/automake.mk @@ -4,14 +4,14 @@ bin_PROGRAMS += \ utilities/ovs-dpctl \ utilities/ovs-ofctl \ utilities/ovs-vsctl -bin_SCRIPTS += utilities/ovs-pki utilities/ovs-vsctl +bin_SCRIPTS += utilities/ovs-pki utilities/ovs-vsctl utilities/ovs-parse-leaks if HAVE_PYTHON bin_SCRIPTS += \ utilities/ovs-pcap \ utilities/ovs-tcpundump \ utilities/ovs-vlan-test endif -noinst_SCRIPTS += utilities/ovs-pki-cgi utilities/ovs-parse-leaks +noinst_SCRIPTS += utilities/ovs-pki-cgi scripts_SCRIPTS += utilities/ovs-ctl utilities/ovs-lib.sh utilities/ovs-save EXTRA_DIST += \ diff --git a/xenserver/openvswitch-xen.spec b/xenserver/openvswitch-xen.spec index b959b4aa..16ea2a1d 100644 --- a/xenserver/openvswitch-xen.spec +++ b/xenserver/openvswitch-xen.spec @@ -361,6 +361,7 @@ exit 0 /usr/bin/ovs-appctl /usr/bin/ovs-dpctl /usr/bin/ovs-ofctl +/usr/bin/ovs-parse-leaks /usr/bin/ovs-pcap /usr/bin/ovs-tcpundump /usr/bin/ovs-vlan-test -- 2.30.2