Index: openacs-4/packages/acs-tcl/tcl/apm-file-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/apm-file-procs.tcl,v diff -u -N -r1.45.2.10 -r1.45.2.11 --- openacs-4/packages/acs-tcl/tcl/apm-file-procs.tcl 13 Jul 2022 09:54:32 -0000 1.45.2.10 +++ openacs-4/packages/acs-tcl/tcl/apm-file-procs.tcl 26 Aug 2022 13:00:48 -0000 1.45.2.11 @@ -399,7 +399,7 @@ @return a list of acceptable system paths to search for executables in. } { - set paths [ad_parameter_all_values_as_list -package_id [ad_acs_kernel_id] SystemCommandPaths acs-kernel] + set paths [parameter::get -package_id [ad_acs_kernel_id] -parameter SystemCommandPaths] if {$paths eq ""} { return [list "/usr/local/bin" "/usr/bin" "/bin" "/usr/sbin" "/sbin" "/usr/sbin"] } else {