Index: openacs-4/packages/acs-tcl/tcl/proxy-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/proxy-procs.tcl,v diff -u -r1.5.2.2 -r1.5.2.3 --- openacs-4/packages/acs-tcl/tcl/proxy-procs.tcl 3 Nov 2015 07:51:20 -0000 1.5.2.2 +++ openacs-4/packages/acs-tcl/tcl/proxy-procs.tcl 3 Nov 2015 14:34:36 -0000 1.5.2.3 @@ -11,7 +11,7 @@ # # First check if ns_proxy is available # -if {![catch {set handler [ns_proxy configure exec_proxy -maxruns 0]}]} { +if {![catch {ns_proxy configure ExecPool -maxruns 0}]} { namespace eval proxy {} @@ -24,7 +24,7 @@ @param call Call which is passed to the "exec" command (required) @param cd change to the given directory before executing the command } { - set handle [ns_proxy get exec_proxy] + set handle [ns_proxy get ExecPool] with_finally -code { if {[info exists cd]} { ns_proxy eval $handle [list cd $cd]