Commit 42a596c9 authored by sonja.mirtitsch%sun.com's avatar sonja.mirtitsch%sun.com
Browse files

trying to reduce sleeptime on linux. relyea thinks we need 30 seconds until...

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?
parent 7a6a3723
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"