Index: openacs-4/packages/acs-bootstrap-installer/installer.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-bootstrap-installer/installer.tcl,v diff -u -r1.25.2.7 -r1.25.2.8 --- openacs-4/packages/acs-bootstrap-installer/installer.tcl 3 Jun 2017 12:17:17 -0000 1.25.2.7 +++ openacs-4/packages/acs-bootstrap-installer/installer.tcl 1 Aug 2017 10:56:59 -0000 1.25.2.8 @@ -414,6 +414,7 @@ Done installing the OpenACS kernel data model.

" + ns_write "\n\n" # Some APM procedures use util_memoize, so initialize the cache # before starting APM install @@ -435,7 +436,8 @@ # Preload all the .info files so the next page is snappy. apm_dependency_check -initial_install [apm_scan_packages -new [file join $::acs::rootdir packages]] - ns_write "Done loading package .info files

" + ns_write "Done loading package .info files

" + ns_write "\n\n" } ad_proc -private install_do_packages_install {} { @@ -496,6 +498,7 @@ ns_write "

  • [lindex $_pkg 0]: $_msg
  • " append deps "[lindex $_pkg 0]: $_msg\n" } + ns_write "\n\n" ns_log Error "At least one core package has an unsatisifed dependency.\ No packages have been installed missing: [lindex $dependency_results 2]. \ @@ -529,6 +532,7 @@ } ns_write "All Packages Installed." + ns_write "\n\n" } # Register the install handler.