trying to reduce sleeptime on linux. relyea thinks we need 30 seconds until selfserv frees the socket, testing. maybe it can also be fixed in the networkconfiguration?

This commit is contained in:
sonja.mirtitsch%sun.com 2001-11-27 22:20:14 +00:00
Родитель eabda51806
Коммит a8dda2f40d
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -303,7 +303,7 @@ if [ -z "${INIT_SOURCED}" -o "${INIT_SOURCED}" != "TRUE" ]; then
if [ "${OS_ARCH}" = "Linux" ]; then
#on linux the selfserv needs up to 30 seconds to fully die and free
#the socket
SLEEP="sleep 30"
SLEEP="sleep 3" # taking the chance and trying on the tinderboxes
fi
if [ `uname -s` = "SunOS" ]; then
PS="/usr/5bin/ps"