Index: openacs-4/packages/acs-bootstrap-installer/installer/install.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-bootstrap-installer/installer/install.tcl,v diff -u -r1.4 -r1.5 --- openacs-4/packages/acs-bootstrap-installer/installer/install.tcl 15 Oct 2003 10:15:17 -0000 1.4 +++ openacs-4/packages/acs-bootstrap-installer/installer/install.tcl 17 Oct 2003 06:26:17 -0000 1.5 @@ -69,6 +69,17 @@ ############## # +# Load message catalogs +# +############# + +# Doing this before restart so that keys are available in init files on startup +ns_write "

Loading message catalogs..." +lang::catalog::import -initialize +ns_write "

Done.

" + +############## +# # Secret tokens # #############