Index: openacs-4/packages/xotcl-core/tcl/cluster-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/tcl/cluster-procs.tcl,v diff -u -r1.13.2.3 -r1.13.2.4 --- openacs-4/packages/xotcl-core/tcl/cluster-procs.tcl 4 Oct 2021 08:31:48 -0000 1.13.2.3 +++ openacs-4/packages/xotcl-core/tcl/cluster-procs.tcl 13 Jan 2022 10:41:13 -0000 1.13.2.4 @@ -11,20 +11,23 @@ ad_proc -deprecated clusterwide args { Execute a command on every machine in a cluster. The command was moved into the ::acs::* namespace. + @see acs::clusterwide } { ::acs::clusterwide {*}$args } ad_proc -deprecated cache_flush_all {cache pattern} { Provide means to perform a wildcard-based cache flushing on (cluster) machines. + @see acs::cache_flush_all } { ::acs::cache_flush_all $cache $pattern } ad_proc -deprecated Cluster args { Create a cluster node. The command was moved into the ::acs::* namespace. + @see acs::Cluster } { ::acs::Cluster {*}$args }