xenserver: Install into /usr instead of /root/vswitch.
authorBen Pfaff <blp@nicira.com>
Fri, 11 Sep 2009 22:13:08 +0000 (15:13 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 11 Sep 2009 22:13:08 +0000 (15:13 -0700)
commiteaa3c7e88b315d1d018b702ed3b9bea768a966c5
treeb38bcbef942c5a070ffa54030971ae42156f125c
parentac9634f0af8d2cf8259a3cf7d7d6e19cc0d67457
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.
13 files changed:
xenserver/automake.mk
xenserver/etc_init.d_vswitch
xenserver/etc_init.d_vswitch-xapi-update
xenserver/etc_profile.d_vswitch.sh
xenserver/etc_xapi.d_plugins_vswitch-cfg-update
xenserver/etc_xensource_scripts_vif
xenserver/opt_xensource_libexec_interface-reconfigure
xenserver/usr_lib_xsconsole_plugins-base_XSFeatureVSwitch.py
xenserver/usr_sbin_brctl
xenserver/usr_sbin_xen-bugtool
xenserver/usr_share_vswitch_scripts_dump-vif-details [moved from xenserver/root_vswitch_scripts_dump-vif-details with 100% similarity]
xenserver/usr_share_vswitch_scripts_sysconfig.template [moved from xenserver/root_vswitch_scripts_sysconfig.template with 98% similarity]
xenserver/vswitch-xen.spec