aboutsummaryrefslogtreecommitdiff
path: root/xenserver/etc_profile.d_vswitch.sh
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_profile.d_vswitch.sh
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_profile.d_vswitch.sh')
-rw-r--r--xenserver/etc_profile.d_vswitch.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/xenserver/etc_profile.d_vswitch.sh b/xenserver/etc_profile.d_vswitch.sh
index 90927547..527bfcf9 100644
--- a/xenserver/etc_profile.d_vswitch.sh
+++ b/xenserver/etc_profile.d_vswitch.sh
@@ -5,11 +5,6 @@
# notice and this notice are preserved. This file is offered as-is,
# without warranty of any kind.
-PATH=/root/vswitch/bin:$PATH
-export PATH
-MANPATH=/root/vswitch/share/man:$MANPATH
-export MANPATH
-
alias vswitch='service vswitch'
function watchconf {