Index: openacs-4/tcl/0-acs-init.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/tcl/0-acs-init.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/tcl/0-acs-init.tcl 20 Mar 2001 22:51:56 -0000 1.2 +++ openacs-4/tcl/0-acs-init.tcl 12 Apr 2001 17:17:32 -0000 1.3 @@ -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/bootstrap/bootstrap.tcl" +set bootstrap_file "$root_directory/packages/acs-bootstrap-installer/bootstrap.tcl" ns_log "Notice" "Sourcing $bootstrap_file" if { [file isfile $bootstrap_file] } {