summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm
diff options
context:
space:
mode:
authorVolker Uhrig2008-08-08 23:03:43 +0200
committerVolker Uhrig2008-08-08 23:03:43 +0200
commit7a76ce169b090a2556cbe5a7043dfd187cf329f1 (patch)
tree6dfb1f991545a6662f64287785832d4d96b2fed4 /os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm
parentgdm needs a subdirectory with specific permissions to run properly (diff)
downloadcore-7a76ce169b090a2556cbe5a7043dfd187cf329f1.tar.gz
core-7a76ce169b090a2556cbe5a7043dfd187cf329f1.tar.xz
core-7a76ce169b090a2556cbe5a7043dfd187cf329f1.zip
* minor fix in output
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1995 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.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm b/os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm
index f8bc4be7..cce3f578 100644
--- a/os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm
+++ b/os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm
@@ -217,9 +217,9 @@ sub preInstallationPhase()
if ($local == 0 && $vmpl10 == 0 && $vmpl20 == 0) {
print "\n\n * At least one kind needs to get installed/activated:\n";
- print " vmware::local=1 or\n";
- print " vmware::vmpl1.0=1 or\n";
- print " vmware::vmpl2.0=\n";
+ print " vmware::local=1 or\n";
+ print " vmware::vmpl1.0=1 or\n";
+ print " vmware::vmpl2.0=1\n";
print " * vmware plugin was not installed!\n\n";
# TODO: write to mailingliste. exit 1 still let the plugin
# be installed in the database!