Index: openacs-4/etc/install/install.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/etc/install/install.tcl,v diff -u -r1.22 -r1.23 --- openacs-4/etc/install/install.tcl 28 Jan 2004 15:52:37 -0000 1.22 +++ openacs-4/etc/install/install.tcl 29 Jan 2004 10:59:34 -0000 1.23 @@ -207,13 +207,16 @@ set stop_server_command "killall nsd" set restart_server_command "${stop_server_command}; ${start_server_command}" -# Estimated number of seconds from the startup command is executed until the server is actually up -set startup_seconds 20 -# Estimated number of seconds from the shutdown command is executed until the server is actually down -set shutdown_seconds 10 +# Number of loops and seconds per loop while waiting for the server to start +# or restart +set startup_seconds 10 +set startup_loop_count 30 +set restart_loop_count 50 +# Number of loops and seconds per loop while waiting for the server to stop +set shutdown_seconds 5 +set shutdown_loop_count 10 - #---------------------------------------------------------------------- # OpenACS configuration options #----------------------------------------------------------------------