Index: openacs-4/packages/acs-content-repository/acs-content-repository.info =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/acs-content-repository.info,v diff -u -r1.56.2.9 -r1.56.2.10 --- openacs-4/packages/acs-content-repository/acs-content-repository.info 20 Oct 2005 18:06:17 -0000 1.56.2.9 +++ openacs-4/packages/acs-content-repository/acs-content-repository.info 29 Oct 2005 12:29:58 -0000 1.56.2.10 @@ -7,7 +7,7 @@ t t - + OpenACS The canonical repository for OpenACS content. @@ -21,7 +21,7 @@ other CMS backing functionality. Utilized by Bug Tracker, File Storage, and other packages. - + @@ -30,6 +30,7 @@ + Fisheye: Tag 1.1 refers to a dead (removed) revision in file `openacs-4/packages/acs-content-repository/tcl/acs-content-repository-callback-procs.tcl'. Fisheye: No comparison available. Pass `N' to diff? Index: openacs-4/packages/acs-content-repository/tcl/acs-content-repository-init.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/tcl/acs-content-repository-init.tcl,v diff -u -r1.9 -r1.9.2.1 --- openacs-4/packages/acs-content-repository/tcl/acs-content-repository-init.tcl 19 Dec 2004 05:26:41 -0000 1.9 +++ openacs-4/packages/acs-content-repository/tcl/acs-content-repository-init.tcl 29 Oct 2005 12:29:58 -0000 1.9.2.1 @@ -26,10 +26,11 @@ ad_schedule_proc [expr {15 * 60}] acs_cr_scheduled_release_exec +set file_location [parameter::get_from_package_key -package_key "acs-content-repository" -parameter "CRFileLocationRoot" -default "content-repository-content-files"] nsv_set CR_LOCATIONS . "" if ![nsv_exists CR_LOCATIONS CR_FILES] { - nsv_set CR_LOCATIONS CR_FILES "[file dirname [string trimright [ns_info tcllib] "/"]]/content-repository-content-files" + nsv_set CR_LOCATIONS CR_FILES "[file dirname [string trimright [ns_info tcllib] "/"]]/$file_location" }