summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/vmware/files/run-virt.include
diff options
context:
space:
mode:
authorMichael Janczyk2010-03-19 17:33:16 +0100
committerMichael Janczyk2010-03-19 17:33:16 +0100
commit85c3afe09fbdd38acc461aa7965409a1d3ffa858 (patch)
tree28b2d20a5575bf4f679f0ca5bf89784de7a1c4be /os-plugins/plugins/vmware/files/run-virt.include
parentAdding the runlevel linker again (having the upstart component for newer (diff)
downloadcore-85c3afe09fbdd38acc461aa7965409a1d3ffa858.tar.gz
core-85c3afe09fbdd38acc461aa7965409a1d3ffa858.tar.xz
core-85c3afe09fbdd38acc461aa7965409a1d3ffa858.zip
virtualbox, vmgrix und xen anpassungen
Diffstat (limited to 'os-plugins/plugins/vmware/files/run-virt.include')
-rw-r--r--os-plugins/plugins/vmware/files/run-virt.include6
1 files changed, 3 insertions, 3 deletions
diff --git a/os-plugins/plugins/vmware/files/run-virt.include b/os-plugins/plugins/vmware/files/run-virt.include
index 6328baab..e6866673 100644
--- a/os-plugins/plugins/vmware/files/run-virt.include
+++ b/os-plugins/plugins/vmware/files/run-virt.include
@@ -1,6 +1,6 @@
# run-virt.include
# -----------------------------------------------------------------------------
-# Copyright (c) 2009 - RZ Uni Freiburg
+# Copyright (c) 2009..2010 - RZ Uni Freiburg
# Copyright (c) 2009..2010 - OpenSLX GmbH
#
# This program is free software distributed under the GPL version 2.
@@ -13,7 +13,7 @@
# -----------------------------------------------------------------------------
# run-virt.include
# - component for vmware/player of the vmchooser plugin run-virt.sh
-# -----------------------------------------------------------------------------
+################################################################################
# configuration writer functions
################################################################################
@@ -451,5 +451,5 @@ writelog ""
################################################################################
# using the modified version of the wrapper script
-VIRTCMD=/var/opt/openslx/bin/vmplayer
+VIRTCMD="${OPENSLX_DEFAULT_BINDIR}/vmplayer"
VIRTCMDOPTS="${vmopt} ${conffile}"