Index: openacs-4/packages/acs-admin/www/server-restart.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-admin/www/server-restart.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/acs-admin/www/server-restart.tcl 24 Sep 2003 14:56:59 -0000 1.3 +++ openacs-4/packages/acs-admin/www/server-restart.tcl 28 Oct 2003 08:54:44 -0000 1.4 @@ -7,11 +7,11 @@ @cvs-id $Id$ } -set page_title "Restart Server" +set page_title "Restarting Server" set context [list $page_title] # We do this as a schedule proc, so the server will have time to serve the page -ad_schedule_proc -thread t -once t 1 ns_shutdown +ad_schedule_proc -thread t -once t 2 ns_shutdown