From fd1873b023935e2192e1ece4369d66c0aaaa2591 Mon Sep 17 00:00:00 2001 From: Dirk von Suchodoletz Date: Tue, 14 Oct 2008 21:26:34 +0000 Subject: Wrong escape before $location (creation of a proper runlevel script writer is definately needed, just changed three files repeating most of the code) ... git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2301 95ad53e4-c205-0410-b2fa-d234c58c8868 --- os-plugins/plugins/vmware/OpenSLX/Distro/Gentoo.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (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 744a4127..312e5006 100644 --- a/os-plugins/plugins/vmware/OpenSLX/Distro/Gentoo.pm +++ b/os-plugins/plugins/vmware/OpenSLX/Distro/Gentoo.pm @@ -115,9 +115,9 @@ sub fillRunlevelScript # the path might be directly point to the plugin dir End-of-Here if ($kind eq 'vmpl2.5' || $kind eq 'local25') { - $script .= "\$location/vmnet-bridge -d /var/run/vmnet-bridge-0.pid -n 0\n"; + $script .= "$location/vmnet-bridge -d /var/run/vmnet-bridge-0.pid -n 0\n"; } else { - $script .= "\$location/vmnet-bridge -d /var/run/vmnet-bridge-0.pid /dev/vmnet0 eth0\n"; + $script .= "$location/vmnet-bridge -d /var/run/vmnet-bridge-0.pid /dev/vmnet0 eth0\n"; } $script .= unshiftHereDoc(<<" End-of-Here"); fi -- cgit v1.2.3-55-g7522