From e495ac9eef3e7e9795eafa316002b32347dcd784 Mon Sep 17 00:00:00 2001 From: Volker Uhrig Date: Fri, 30 May 2008 12:30:45 +0000 Subject: * added needed configuration for /etc/vmware/config we really need this file * Changes will be tested soon git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1816 95ad53e4-c205-0410-b2fa-d234c58c8868 --- os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'os-plugins/plugins/vmware/OpenSLX') diff --git a/os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm b/os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm index e04aed0b..e3b3b689 100644 --- a/os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm +++ b/os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm @@ -294,6 +294,16 @@ sub _writeWrapperScript } } +sub _wirteVmwareConfig { + my $self = shift; + my $kind = shift; + my $vmpath = shift; + + my $config = "libdir = \"$vmpath\""; + + spitFile("$self->{'pluginRepositoryPath'}/$kind/config", $config); + chmod 0755, "$self->{'pluginRepositoryPath'}/$kind/config"; +} ######################################################################## ## Functions, which setup the different environments (local, ws-v(5.5|6), @@ -438,6 +448,10 @@ sub _vmpl2Installation { ## ## Create wrapperscripts $self->_writeWrapperScript("$vmpath", "$kind", "player") + + ## + ## Creating needed config /etc/vmware/config + $self->_wirteVmwareConfig("$kind", "$vmpath"); } -- cgit v1.2.3-55-g7522