mirror of
https://github.com/openvswitch/ovs
synced 2025-10-19 14:37:21 +00:00
ovs-ctl: Install manpage.
It seems that it is useful to admins after all. Reported-by: Brian Candler <b.candler@pobox.com> Signed-off-by: Ben Pfaff <blp@nicira.com>
This commit is contained in:
1
debian/openvswitch-switch.manpages
vendored
1
debian/openvswitch-switch.manpages
vendored
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user