aboutsummaryrefslogtreecommitdiff
path: root/xenserver/etc_init.d_vswitch-xapi-update
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2009-09-11 15:13:08 -0700
committerBen Pfaff <blp@nicira.com>2009-09-11 15:13:08 -0700
commiteaa3c7e88b315d1d018b702ed3b9bea768a966c5 (patch)
treeb38bcbef942c5a070ffa54030971ae42156f125c /xenserver/etc_init.d_vswitch-xapi-update
parentac9634f0af8d2cf8259a3cf7d7d6e19cc0d67457 (diff)
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.
Diffstat (limited to 'xenserver/etc_init.d_vswitch-xapi-update')
-rwxr-xr-xxenserver/etc_init.d_vswitch-xapi-update1
1 files changed, 0 insertions, 1 deletions
diff --git a/xenserver/etc_init.d_vswitch-xapi-update b/xenserver/etc_init.d_vswitch-xapi-update
index ef9bb881..1aa5646d 100755
--- a/xenserver/etc_init.d_vswitch-xapi-update
+++ b/xenserver/etc_init.d_vswitch-xapi-update
@@ -22,7 +22,6 @@
. /etc/init.d/functions
test -e /etc/sysconfig/vswitch && . /etc/sysconfig/vswitch
-: ${VSWITCH_BASE:=/root/vswitch}
: ${VSWITCHD_CONF:=/etc/ovs-vswitchd.conf}
: ${VSWITCHD_PIDFILE:=/var/run/ovs-vswitchd.pid}
: ${VSWITCHD_PRIORITY:=-5}