From 32ee51a37c7842aa963210bfac0c585a5d7f1017 Mon Sep 17 00:00:00 2001 From: Volker Uhrig Date: Sat, 24 May 2008 17:17:12 +0000 Subject: stupid is as stupid does or murphys law * fix of a fix of a fix of a ... * should work now for suse systems * suse 10.2 tested with success * dhcpd needs to get optimized * runlevelscript for gentooanddebian'ish distros aren't tested yet git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1799 95ad53e4-c205-0410-b2fa-d234c58c8868 --- os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm') diff --git a/os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm b/os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm index 4f22a66a..16dfe520 100644 --- a/os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm +++ b/os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm @@ -334,7 +334,7 @@ sub _localInstallation # perhaps we need to recheck the following check. depending # on the installation it could differ and has multiple build- # strings - if ($data =~ m{(\d\.\d) build-(\d+)}) { + if ($data =~ m{[^\d\.](\d\.\d) build-(\d+)}) { $vmversion = $1; $vmbuildversion = $2; } -- cgit v1.2.3-55-g7522