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:
@@ -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__":
|
||||
|
Reference in New Issue
Block a user