2
0
mirror of https://github.com/openvswitch/ovs synced 2025-10-21 14:49:41 +00:00

xenserver: Install into /usr instead of /root/vswitch.

/usr is the standard location for installation, so use that instead of our
nonstandard location under /root.

This migrates everything except the kernel modules to /usr.  The kernel
modules will be migrated in an upcoming commit.

One possibly surprising change is that the manpages listed in the %files
section of vswitch-xen.spec not only moved but added .gz extensions.  This
seems to be because RPM automatically compresses manpages, but only if they
are installed in a standard system location.
This commit is contained in:
Ben Pfaff
2009-09-11 15:13:08 -07:00
parent ac9634f0af
commit eaa3c7e88b
13 changed files with 80 additions and 95 deletions

View File

@@ -15,7 +15,7 @@ import os
import socket
import subprocess
cfg_mod="/root/vswitch/bin/ovs-cfg-mod"
cfg_mod="/usr/bin/ovs-cfg-mod"
vswitchd_cfg_filename="/etc/ovs-vswitchd.conf"
if __name__ == "__main__":