summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/vmware/OpenSLX/Distro/Suse.pm
diff options
context:
space:
mode:
authorMichael Janczyk2009-11-03 18:35:41 +0100
committerMichael Janczyk2009-11-03 18:35:41 +0100
commita842d5be5c0235aff7df192592349496278c4a2d (patch)
tree74a3f3d950cbc50918a537c010991b96a516fd8e /os-plugins/plugins/vmware/OpenSLX/Distro/Suse.pm
parentBINPATH added to PATH (diff)
downloadcore-a842d5be5c0235aff7df192592349496278c4a2d.tar.gz
core-a842d5be5c0235aff7df192592349496278c4a2d.tar.xz
core-a842d5be5c0235aff7df192592349496278c4a2d.zip
bugfix: necessary because of changed paths
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@3181 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'os-plugins/plugins/vmware/OpenSLX/Distro/Suse.pm')
-rw-r--r--os-plugins/plugins/vmware/OpenSLX/Distro/Suse.pm4
1 files changed, 3 insertions, 1 deletions
diff --git a/os-plugins/plugins/vmware/OpenSLX/Distro/Suse.pm b/os-plugins/plugins/vmware/OpenSLX/Distro/Suse.pm
index 90b8841a..7d22c70d 100644
--- a/os-plugins/plugins/vmware/OpenSLX/Distro/Suse.pm
+++ b/os-plugins/plugins/vmware/OpenSLX/Distro/Suse.pm
@@ -183,8 +183,10 @@ sub fillRunlevelScript
case \$1 in
start)
echo -n "Starting vmware background services ..."
+ # include default directories
+ . /etc/opt/openslx/openslx.conf
# load the configuration file
- . /etc/vmware/slxvmconfig
+ . \${OPENSLX_DEFAULT_CONFDIR}/plugins/vmware/vmware.conf
# hack to access the first serial/parallel port
chmod a+rw /dev/ttyS0
chmod a+rw /dev/parport0