mirror of
https://github.com/openvswitch/ovs
synced 2025-08-31 14:25:26 +00:00
ovs-bugtool: Make available outside of Debian packages.
ovs-bugtool is no longer Debian-specific, so install it everywhere. (On XenServer, specifically, we do not install it, because there xen-bugtool already exists.)
This commit is contained in:
2
debian/automake.mk
vendored
2
debian/automake.mk
vendored
@@ -36,8 +36,6 @@ EXTRA_DIST += \
|
||||
debian/openvswitch-switch.template \
|
||||
debian/ovsdbmonitor.install \
|
||||
debian/ovsdbmonitor.manpages \
|
||||
debian/ovs-bugtool \
|
||||
debian/ovs-bugtool.8 \
|
||||
debian/ovs-monitor-ipsec \
|
||||
debian/python-openvswitch.dirs \
|
||||
debian/python-openvswitch.install \
|
||||
|
4
debian/copyright.in
vendored
4
debian/copyright.in
vendored
@@ -8,7 +8,7 @@ Upstream Authors (from AUTHORS):
|
||||
|
||||
Upstream Copyright Holders:
|
||||
|
||||
Copyright (c) 2007, 2008, 2009, 2010 Nicira Networks.
|
||||
Copyright (c) 2007, 2008, 2009, 2010, 2011 Nicira Networks.
|
||||
Copyright (c) 2010 Jean Tourrilhes - HP-Labs.
|
||||
Copyright (c) 2008,2009,2010 Citrix Systems, Inc.
|
||||
and authors listed above.
|
||||
@@ -52,7 +52,7 @@ License:
|
||||
* The following components are licensed under the
|
||||
GNU Lesser General Public Licence version 2.1.
|
||||
|
||||
debian/ovs-bugtool
|
||||
utilities/ovs-bugtool
|
||||
xenserver/etc_xensource_bugtool_kernel-info_openvswitch.xml [*]
|
||||
xenserver/etc_xensource_bugtool_network-status_openvswitch.xml [*]
|
||||
xenserver/etc_xensource_bugtool_system-configuration.xml [*]
|
||||
|
3
debian/openvswitch-common.install
vendored
3
debian/openvswitch-common.install
vendored
@@ -4,6 +4,5 @@ _debian/utilities/ovs-appctl usr/sbin
|
||||
_debian/utilities/ovs-ofctl usr/sbin
|
||||
_debian/utilities/ovs-parse-leaks usr/bin
|
||||
_debian/utilities/ovs-pki usr/sbin
|
||||
debian/ovs-bugtool usr/sbin
|
||||
debian/ovs-bugtool.8 usr/share/man/man8
|
||||
utilities/ovs-bugtool usr/sbin
|
||||
vswitchd/vswitch.ovsschema usr/share/openvswitch
|
||||
|
1
debian/openvswitch-common.manpages
vendored
1
debian/openvswitch-common.manpages
vendored
@@ -3,4 +3,5 @@ _debian/ovsdb/ovsdb-tool.1
|
||||
_debian/utilities/ovs-appctl.8
|
||||
_debian/utilities/ovs-ofctl.8
|
||||
_debian/utilities/ovs-pki.8
|
||||
utilities/ovs-bugtool.8
|
||||
utilities/ovs-parse-leaks.8
|
||||
|
@@ -111,6 +111,7 @@ exit 0
|
||||
/usr/bin/ovsdb-client
|
||||
/usr/bin/ovsdb-tool
|
||||
/usr/sbin/ovs-brcompatd
|
||||
/usr/sbin/ovs-bugtool
|
||||
/usr/sbin/ovs-vswitchd
|
||||
/usr/sbin/ovsdb-server
|
||||
/usr/share/man/man1/ovs-pcap.1.gz
|
||||
|
@@ -7,15 +7,19 @@ bin_PROGRAMS += \
|
||||
bin_SCRIPTS += utilities/ovs-pki utilities/ovs-vsctl
|
||||
if HAVE_PYTHON
|
||||
bin_SCRIPTS += \
|
||||
utilities/ovs-bugtool \
|
||||
utilities/ovs-pcap \
|
||||
utilities/ovs-tcpundump \
|
||||
utilities/ovs-vlan-test
|
||||
man_MANS += utilities/ovs-bugtool.8
|
||||
endif
|
||||
noinst_SCRIPTS += utilities/ovs-pki-cgi utilities/ovs-parse-leaks
|
||||
scripts_SCRIPTS += utilities/ovs-ctl utilities/ovs-lib.sh utilities/ovs-save
|
||||
|
||||
EXTRA_DIST += \
|
||||
utilities/ovs-appctl.8.in \
|
||||
utilities/ovs-bugtool \
|
||||
utilities/ovs-bugtool.8 \
|
||||
utilities/ovs-controller.8.in \
|
||||
utilities/ovs-ctl.in \
|
||||
utilities/ovs-dpctl.8.in \
|
||||
|
@@ -121,8 +121,10 @@ install xenserver/uuid.py $RPM_BUILD_ROOT/usr/share/openvswitch/python
|
||||
|
||||
# Get rid of stuff we don't want to make RPM happy.
|
||||
rm \
|
||||
$RPM_BUILD_ROOT/usr/bin/ovs-bugtool \
|
||||
$RPM_BUILD_ROOT/usr/bin/ovs-controller \
|
||||
$RPM_BUILD_ROOT/usr/bin/ovs-pki \
|
||||
$RPM_BUILD_ROOT/usr/share/man/man8/ovs-bugtool.8 \
|
||||
$RPM_BUILD_ROOT/usr/share/man/man8/ovs-controller.8 \
|
||||
$RPM_BUILD_ROOT/usr/share/man/man8/ovs-pki.8
|
||||
|
||||
|
Reference in New Issue
Block a user