Index: openacs-4/tcl/0-acs-init.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/tcl/0-acs-init.tcl,v diff -u -N -r1.1 -r1.2 --- openacs-4/tcl/0-acs-init.tcl 13 Mar 2001 22:59:26 -0000 1.1 +++ openacs-4/tcl/0-acs-init.tcl 20 Mar 2001 22:51:56 -0000 1.2 @@ -1,7 +1,7 @@ # /tcl/0-acs-init.tcl # # The very first file invoked when ACS is started up. Sources -# /packages/acs-tcl/tcl/bootstrap.tcl. +# /packages/acs-tcl/bootstrap/bootstrap.tcl. # # jsalz@mit.edu, 12 May 2000 # @@ -13,7 +13,7 @@ nsv_set acs_properties root_directory $root_directory ns_log "Notice" "Loading the ACS, rooted at $root_directory" -set bootstrap_file "$root_directory/packages/acs-tcl/tcl/bootstrap.tcl" +set bootstrap_file "$root_directory/packages/acs-tcl/bootstrap/bootstrap.tcl" ns_log "Notice" "Sourcing $bootstrap_file" if { [file isfile $bootstrap_file] } {