Index: openacs-4/packages/acs-bootstrap-installer/installer/install-data-model.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-bootstrap-installer/installer/Attic/install-data-model.tcl,v diff -u -r1.7 -r1.8 --- openacs-4/packages/acs-bootstrap-installer/installer/install-data-model.tcl 15 Feb 2003 23:58:33 -0000 1.7 +++ openacs-4/packages/acs-bootstrap-installer/installer/install-data-model.tcl 17 May 2003 09:40:03 -0000 1.8 @@ -64,22 +64,10 @@ # before starting APM install apm_source "[acs_package_root_dir acs-tcl]/tcl/20-memoize-init.tcl" -apm_version_enable -callback apm_dummy_callback [apm_package_install -callback apm_dummy_callback "[file join [acs_root_dir] packages acs-kernel acs-kernel.info]"] +apm_version_enable -callback apm_ns_write_callback [apm_package_install -callback apm_ns_write_callback "[file join [acs_root_dir] packages acs-kernel acs-kernel.info]"] -ns_write "

+ns_write "

Loading package .info files.

" -Loading package .info files - this will take a few minutes. - -

- -This might really take a few minutes, depending on your machine. Have a cup of coffee or beer or whatever and be patient. Thanks. - -

- -... - -" - # Preload all the .info files so the next page is snappy. apm_dependency_check -initial_install [apm_scan_packages -new [file join [acs_root_dir] packages]]