summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/vmware/XX_vmware.sh
diff options
context:
space:
mode:
authorDirk von Suchodoletz2009-02-18 19:30:34 +0100
committerDirk von Suchodoletz2009-02-18 19:30:34 +0100
commit3d940654da6b1c4afc31128d9bcfdff37c25f8bd (patch)
treeb192d609bb66ca1020cb95c60ef7cf1dea34b3da /os-plugins/plugins/vmware/XX_vmware.sh
parentShould have checked better (revoking parts of r2602). (diff)
downloadcore-3d940654da6b1c4afc31128d9bcfdff37c25f8bd.tar.gz
core-3d940654da6b1c4afc31128d9bcfdff37c25f8bd.tar.xz
core-3d940654da6b1c4afc31128d9bcfdff37c25f8bd.zip
Small fixes in vmware/vmchooser stage3 scripts ...
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2604 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'os-plugins/plugins/vmware/XX_vmware.sh')
-rw-r--r--os-plugins/plugins/vmware/XX_vmware.sh7
1 files changed, 2 insertions, 5 deletions
diff --git a/os-plugins/plugins/vmware/XX_vmware.sh b/os-plugins/plugins/vmware/XX_vmware.sh
index 60c0fc66..6aa520a2 100644
--- a/os-plugins/plugins/vmware/XX_vmware.sh
+++ b/os-plugins/plugins/vmware/XX_vmware.sh
@@ -216,12 +216,9 @@ $(ipcalc -m $vmip/$vmpx|sed s/.*=//) {" \
# copy version depending files - the vmchooser expects for every virtua-
# lization plugin a file named after it (here run-vmware.include)
testmkd /mnt/etc/opt/openslx
- cp /mnt/opt/openslx/plugin-repo/vmware/${vmware_kind}/run-virt.include \
+ cp /mnt/opt/openslx/plugin-repo/vmware/run-virt.include \
/mnt/etc/opt/openslx/run-vmware.include
- # copy version depending files (old style)
- cp /mnt/opt/openslx/plugin-repo/vmware/${vmware_kind}/runvmware \
- /mnt/var/X11R6/bin/run-vmware.sh
- chmod 755 /mnt/var/X11R6/bin/run-vmware.sh
+ # copy version depending files
cp /mnt/opt/openslx/plugin-repo/vmware/${vmware_kind}/vmplayer \
/mnt/var/X11R6/bin/vmplayer
if [ -e /mnt/opt/openslx/plugin-repo/vmware/${vmware_kind}/vmware ]; then