Index: openacs-4/packages/acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl,v diff -u -r1.6 -r1.7 --- openacs-4/packages/acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl 26 Apr 2001 05:38:54 -0000 1.6 +++ openacs-4/packages/acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl 26 Apr 2001 12:27:50 -0000 1.7 @@ -445,7 +445,7 @@ # NOTE: THIS MAY NEED BETTER ABSTRACTION, since this assumes a naming scheme # of -rdbms.XXX (ben) regsub {\.xql} $relative_path {} relative_path - regsub {\-(postgresql|oracle)$} $relative_path {} relative_path + regsub -- "\-[db_type]$" $relative_path {} relative_path # Change all . to : regsub -all {\.} $relative_path {:} relative_path