summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/vmware/OpenSLX/Distro/Gentoo.pm
diff options
context:
space:
mode:
authorVolker Uhrig2008-08-22 15:53:58 +0200
committerVolker Uhrig2008-08-22 15:53:58 +0200
commita5707550bed693dc1caf001ff75cf248dca9406a (patch)
tree8133958bedbc4b6bd785318556c55fa43e8f7140 /os-plugins/plugins/vmware/OpenSLX/Distro/Gentoo.pm
parent* usleep => sleep (diff)
downloadcore-a5707550bed693dc1caf001ff75cf248dca9406a.tar.gz
core-a5707550bed693dc1caf001ff75cf248dca9406a.tar.xz
core-a5707550bed693dc1caf001ff75cf248dca9406a.zip
* put sleep time down to 1sec (vs 0.5sec in the past)
even older clients shouldnt have problems anymore only need by "/etc/init.d/vmware-env stop" git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2083 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'os-plugins/plugins/vmware/OpenSLX/Distro/Gentoo.pm')
-rw-r--r--os-plugins/plugins/vmware/OpenSLX/Distro/Gentoo.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/os-plugins/plugins/vmware/OpenSLX/Distro/Gentoo.pm b/os-plugins/plugins/vmware/OpenSLX/Distro/Gentoo.pm
index 37e83dc2..dbeedd70 100644
--- a/os-plugins/plugins/vmware/OpenSLX/Distro/Gentoo.pm
+++ b/os-plugins/plugins/vmware/OpenSLX/Distro/Gentoo.pm
@@ -160,7 +160,7 @@ sub fillRunlevelScript
vmware-tray vmnet-dhcpd 2>/dev/null
# wait for shutting down of interfaces. vmnet needs kinda
# long
- sleep 5
+ sleep 1
unload_modules
eend $?
}