summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm
diff options
context:
space:
mode:
authorDirk von Suchodoletz2008-06-02 17:50:09 +0200
committerDirk von Suchodoletz2008-06-02 17:50:09 +0200
commit4e65ca9800ea97a9dbee257b9a40dcbaeb99bb88 (patch)
treebbbdf388935007843191c4c77e7ae989fd930b1d /os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm
parentMaybe we should keep start_x for a while, since we need a configuration for t... (diff)
downloadcore-4e65ca9800ea97a9dbee257b9a40dcbaeb99bb88.tar.gz
core-4e65ca9800ea97a9dbee257b9a40dcbaeb99bb88.tar.xz
core-4e65ca9800ea97a9dbee257b9a40dcbaeb99bb88.zip
Little bit of cleanup in vmware plugin and dealing with the
restricted capabilities of vmware-dhcpd server ... git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1834 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm')
-rw-r--r--os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm12
1 files changed, 7 insertions, 5 deletions
diff --git a/os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm b/os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm
index aa3bb832..4207a12d 100644
--- a/os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm
+++ b/os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm
@@ -41,7 +41,9 @@ sub getInfo
return {
description => unshiftHereDoc(<<' End-of-Here'),
- !!! descriptive text missing here !!!
+ Module for enabling services of VMware Inc. on an OpenSLX stateless
+ client. This plugin might use pre-existing installations of VMware
+ tools or install addional variants and versions.
End-of-Here
precedence => 70,
};
@@ -337,7 +339,7 @@ sub _localInstallation
if (-e "/usr/lib/vmware/bin/vmplayer") {
##
- ## Get and write version informations
+ ## Get and write version information
# get version information about installed vmplayer
open(FH, "/usr/lib/vmware/bin/vmplayer");
@@ -368,11 +370,11 @@ sub _localInstallation
## Copy needed files
# copy 'normal' needed files
- my @files = qw( nvram.5.0);
+ my @files = qw(nvram.5.0);
foreach my $file (@files) {
copyFile("$pluginFilesPath/$file", "$installationPath");
}
- # copy depends on version and rename it to runvmware, safes one check in stage3
+ # copy depends on version and rename it to runvmware, saves one check in stage3
if ($vmversion < "6") {
print "\n\nDEBUG: player version $vmversion, we use -v1\n\n";
copyFile("$pluginFilesPath/runvmware-player-v1", "$installationPath", "runvmware");
@@ -395,7 +397,7 @@ sub _localInstallation
}
##
- ## replacement with our, faster wrapper script
+ ## replacement with our faster wrapper script
# rename the default vmplayer script and copy it. remove function takes
# care about plugin remove. We only need this part if vmplayer