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.4 -r1.5 --- openacs-4/packages/acs-bootstrap-installer/bootstrap.tcl 6 May 2001 22:35:28 -0000 1.4 +++ openacs-4/packages/acs-bootstrap-installer/bootstrap.tcl 29 Aug 2001 21:22:48 -0000 1.5 @@ -1,6 +1,6 @@ # /packages/acs-tcl/bootstrap/bootstrap.tcl # -# Code to bootstrap ACS, invoked by /tcl/0-acs-init.tcl. +# Code to bootstrap OpenACS, invoked by /tcl/0-acs-init.tcl. # # @creation-date 12 May 2000 # @author Jon Salz [jsalz@arsdigita.com] @@ -71,8 +71,8 @@ ##### # - # Perform some checks to make sure that (a) a recent version of the Oracle driver - # is installed and (b) the ACS data model is properly loaded. + # Perform some checks to make sure that (a) a recent version of the Oracle or PG driver + # is installed and (b) the OpenACS data model is properly loaded. # ##### @@ -108,7 +108,7 @@ apm_bootstrap_load_queries acs-tcl apm_bootstrap_load_queries acs-bootstrap-installer - # Is ACS installation complete? If not, source the installer and bail. + # Is OpenACS installation complete? If not, source the installer and bail. if { ![ad_verify_install] } { ns_log "Notice" "Installation is not complete - sourcing the installer." source "$root_directory/packages/acs-bootstrap-installer/installer.tcl" @@ -146,7 +146,7 @@ bootstrap_fatal_error "The request processor routines have not been loaded." } - ns_log "Notice" "Done loading ACS." + ns_log "Notice" "Done loading OpenACS." }] if { $errno && $errno != 2 } {