Index: openacs-4/packages/acs-bootstrap-installer/bootstrap.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-bootstrap-installer/bootstrap.tcl,v diff -u -r1.31 -r1.31.4.1 --- openacs-4/packages/acs-bootstrap-installer/bootstrap.tcl 18 Apr 2011 16:59:30 -0000 1.31 +++ openacs-4/packages/acs-bootstrap-installer/bootstrap.tcl 23 Aug 2013 10:08:48 -0000 1.31.4.1 @@ -40,7 +40,7 @@ ns_log Error "$proc_name: Server startup failed: $message\n$errorInfo" # Define a filter procedure which displays the appropriate error message. - proc bootstrap_write_error { conn arg why } { + proc bootstrap_write_error { args } { ns_returnerror 503 "Server startup failed: [nsv_get bootstrap_fatal_error .]" return "filter_return" } @@ -61,7 +61,7 @@ # Load the special bootstrap tcl library. - set files [glob -nocomplain "$root_directory/packages/acs-bootstrap-installer/tcl/*-procs.tcl"] + set files [lsort [glob -nocomplain "$root_directory/packages/acs-bootstrap-installer/tcl/*-procs.tcl"]] if { [llength $files] == 0 } { error "Unable to locate $root_directory/packages/acs-bootstrap-installer/tcl/*-procs.tcl." }