summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/vmware/OpenSLX/Distro/Base.pm
diff options
context:
space:
mode:
Diffstat (limited to 'os-plugins/plugins/vmware/OpenSLX/Distro/Base.pm')
-rw-r--r--os-plugins/plugins/vmware/OpenSLX/Distro/Base.pm8
1 files changed, 4 insertions, 4 deletions
diff --git a/os-plugins/plugins/vmware/OpenSLX/Distro/Base.pm b/os-plugins/plugins/vmware/OpenSLX/Distro/Base.pm
index 17d92fc0..317bd13f 100644
--- a/os-plugins/plugins/vmware/OpenSLX/Distro/Base.pm
+++ b/os-plugins/plugins/vmware/OpenSLX/Distro/Base.pm
@@ -89,7 +89,7 @@ sub fillRunlevelScript
if [ -n "\$vmnet1" ] ; then
test -c /dev/vmnet1 || mknod c 119 1 /dev/vmnet1
# the path might be directly point to the plugin dir
- $location/vmnet-netifup -d /var/run/vmnet-netifup-vmnet1.pid \
+ $location/vmnet-netifup -d /var/run/vmnet-netifup-vmnet1.pid \\
/dev/vmnet1 vmnet1
dhcpif="\$dhcpif vmnet1"
ip addr add \$vmnet1 dev vmnet1
@@ -106,7 +106,7 @@ sub fillRunlevelScript
if [ -n "\$vmnet8" ] ; then
test -c /dev/vmnet1 || mknod c 119 8 /dev/vmnet8
# /etc/vmware/vmnet-natd-8.mac simply contains a mac like 00:50:56:F1:30:50
- $location/vmnet-natd -d /var/run/vmnet-natd-8.pid \
+ $location/vmnet-natd -d /var/run/vmnet-natd-8.pid \\
-m /etc/vmware/vmnet-natd-8.mac -c /etc/vmware/nat.conf
dhcpif="\$dhcpif vmnet8"
ip addr add \$vmnet8 dev vmnet8
@@ -116,7 +116,7 @@ sub fillRunlevelScript
if [ -n "\$dhcpif" ] ; then
# the path might be directly point to the plugin dir
mkdir /var/run/vmware 2>/dev/null
- $location/vmnet-dhcpd -cf /etc/vmware/dhcpd.conf -lf \
+ $location/vmnet-dhcpd -cf /etc/vmware/dhcpd.conf -lf \\
/var/run/vmware/dhcpd.leases -pf /var/run/vmnet-dhcpd-vmnet8.pid \$dhcpif
fi
}
@@ -134,7 +134,7 @@ sub fillRunlevelScript
stop)
# message output should match the given vendor-os
echo "Stopping vmware background services ..."
- killall vmnet-netifup vmnet-natd vmnet-bridge vmware vmplayer \
+ killall vmnet-netifup vmnet-natd vmnet-bridge vmware vmplayer \\
vmware-tray 2>/dev/null
# wait for shutting down of interfaces
usleep 50000