From c260f4e2e01fa5e6d2dbfbfed5314cccbae6bc8d Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Thu, 1 May 2014 08:10:20 -0700 Subject: [PATCH] ovs-ctl: Install manpage. It seems that it is useful to admins after all. Reported-by: Brian Candler Signed-off-by: Ben Pfaff --- debian/openvswitch-switch.manpages | 1 + rhel/openvswitch-fedora.spec.in | 4 ++-- utilities/automake.mk | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/openvswitch-switch.manpages b/debian/openvswitch-switch.manpages index bfcf1d9bd..9e175ddd4 100644 --- a/debian/openvswitch-switch.manpages +++ b/debian/openvswitch-switch.manpages @@ -7,3 +7,4 @@ _debian/utilities/ovs-vlan-test.8 _debian/utilities/ovs-vsctl.8 _debian/vswitchd/ovs-vswitchd.8 _debian/vswitchd/ovs-vswitchd.conf.db.5 +utilities/ovs-ctl.8 diff --git a/rhel/openvswitch-fedora.spec.in b/rhel/openvswitch-fedora.spec.in index 19fa154c0..44cd7b979 100644 --- a/rhel/openvswitch-fedora.spec.in +++ b/rhel/openvswitch-fedora.spec.in @@ -1,6 +1,6 @@ # Spec file for Open vSwitch. -# Copyright (C) 2009, 2010, 2013 Nicira Networks, Inc. +# Copyright (C) 2009, 2010, 2013, 2014 Nicira Networks, Inc. # # Copying and distribution of this file, with or without modification, # are permitted in any medium without royalty provided the copyright @@ -175,6 +175,7 @@ systemctl start openvswitch.service %doc /usr/share/man/man5/vtep.5.gz %doc /usr/share/man/man8/ovs-appctl.8.gz %doc /usr/share/man/man8/ovs-bugtool.8.gz +%doc /usr/share/man/man8/ovs-ctl.8.gz %doc /usr/share/man/man8/ovs-dpctl.8.gz %doc /usr/share/man/man8/ovs-dpctl-top.8.gz %doc /usr/share/man/man8/ovs-ofctl.8.gz @@ -197,7 +198,6 @@ systemctl start openvswitch.service %exclude /usr/share/man/man1/ovs-benchmark.1.gz %exclude /usr/share/man/man1/ovs-pcap.1.gz %exclude /usr/share/man/man1/ovs-tcpundump.1.gz -%exclude /usr/share/man/man8/ovs-ctl.8.gz %exclude /usr/share/man/man8/ovs-vlan-bug-workaround.8.gz %exclude /usr/share/man/man8/ovs-vlan-test.8.gz %exclude /usr/share/openvswitch/scripts/ovs-save diff --git a/utilities/automake.mk b/utilities/automake.mk index ce1c8b232..3e38e3742 100644 --- a/utilities/automake.mk +++ b/utilities/automake.mk @@ -82,6 +82,7 @@ DISTCLEANFILES += \ man_MANS += \ utilities/ovs-appctl.8 \ utilities/ovs-benchmark.1 \ + utilities/ovs-ctl.8 \ utilities/ovs-dpctl.8 \ utilities/ovs-dpctl-top.8 \ utilities/ovs-l3ping.8 \ @@ -94,7 +95,6 @@ man_MANS += \ utilities/ovs-test.8 \ utilities/ovs-vlan-test.8 \ utilities/ovs-vsctl.8 -dist_man_MANS += utilities/ovs-ctl.8 utilities_ovs_appctl_SOURCES = utilities/ovs-appctl.c utilities_ovs_appctl_LDADD = lib/libopenvswitch.la -- 2.43.0