Index: openacs-4/packages/acs-bootstrap-installer/db-init-checks-postgresql.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-bootstrap-installer/db-init-checks-postgresql.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/acs-bootstrap-installer/db-init-checks-postgresql.tcl 29 Jul 2001 23:16:50 -0000 1.2 +++ openacs-4/packages/acs-bootstrap-installer/db-init-checks-postgresql.tcl 14 Dec 2001 03:00:04 -0000 1.3 @@ -9,26 +9,74 @@ upvar $errors my_errors upvar $error_p my_error_p + set my_errors "We found the following problems with your PostgreSQL installation:

" + } else { + unset my_errors } }