From a842d5be5c0235aff7df192592349496278c4a2d Mon Sep 17 00:00:00 2001 From: Michael Janczyk Date: Tue, 3 Nov 2009 17:35:41 +0000 Subject: bugfix: necessary because of changed paths git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@3181 95ad53e4-c205-0410-b2fa-d234c58c8868 --- os-plugins/plugins/vmware/OpenSLX/Distro/Gentoo.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'os-plugins/plugins/vmware/OpenSLX/Distro/Gentoo.pm') diff --git a/os-plugins/plugins/vmware/OpenSLX/Distro/Gentoo.pm b/os-plugins/plugins/vmware/OpenSLX/Distro/Gentoo.pm index 3fbed9f9..a57e5c8e 100644 --- a/os-plugins/plugins/vmware/OpenSLX/Distro/Gentoo.pm +++ b/os-plugins/plugins/vmware/OpenSLX/Distro/Gentoo.pm @@ -173,8 +173,10 @@ sub fillRunlevelScript # start/stop functions start() { ebegin "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 load_modules || eerror "The loading of vmware modules failed" setup_vmnet0 || eerror "Problems setting up vmnet0 interface" setup_vmnet1 || eerror "Problems setting up vmnet1 interface" -- cgit v1.2.3-55-g7522