summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/vmware/OpenSLX/Distro/Suse.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/Suse.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/Suse.pm')
-rw-r--r--os-plugins/plugins/vmware/OpenSLX/Distro/Suse.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/os-plugins/plugins/vmware/OpenSLX/Distro/Suse.pm b/os-plugins/plugins/vmware/OpenSLX/Distro/Suse.pm
index 3c14fd5f..2205dad8 100644
--- a/os-plugins/plugins/vmware/OpenSLX/Distro/Suse.pm
+++ b/os-plugins/plugins/vmware/OpenSLX/Distro/Suse.pm
@@ -174,7 +174,7 @@ sub fillRunlevelScript
rc_reset
# wait for shutting down of interfaces. vmnet needs kinda
# long
- sleep 5
+ sleep 1
unload_modules
rc_status -v
;;