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.3 -r1.4 --- openacs-4/packages/acs-bootstrap-installer/bootstrap.tcl 28 Apr 2001 17:35:30 -0000 1.3 +++ openacs-4/packages/acs-bootstrap-installer/bootstrap.tcl 6 May 2001 22:35:28 -0000 1.4 @@ -128,13 +128,14 @@ nsv_set apm_enabled_package $package_key 1 } + # Load *-procs.tcl and *-init.tcl files for enabled packages. + ns_log Notice "Loading Tcl library files..." + apm_load_libraries -procs + # Load up the Queries (OpenACS, ben@mit.edu) ns_log Notice "Loading QUERIES!! OpenACS - ben" apm_load_queries - # Load *-procs.tcl and *-init.tcl files for enabled packages. - ns_log Notice "Loading Tcl library files..." - apm_load_libraries -procs ns_log Notice "Loading Tcl Initialization files..." apm_load_libraries -init