Index: openacs-4/packages/xotcl-core/tcl/cluster-init.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/tcl/cluster-init.tcl,v diff -u -N -r1.3 -r1.3.8.1 --- openacs-4/packages/xotcl-core/tcl/cluster-init.tcl 23 Dec 2008 11:34:59 -0000 1.3 +++ openacs-4/packages/xotcl-core/tcl/cluster-init.tcl 14 Feb 2014 18:20:44 -0000 1.3.8.1 @@ -27,11 +27,18 @@ array set node [site_node::get -url $url] if {$node(url) ne "/"} { ns_log notice "***\n*** WARNING: there appears a package mounted on\ - $url\n***Cluster configuration will not work\ - since there is a conflict with the aolserver filter with the same name!\n" + $url\n***Cluster configuration will not work\ + since there is a conflict with the aolserver filter with the same name!\n" } #ns_register_filter trace GET $url ::xo::Cluster ns_register_filter preauth GET $url ::xo::Cluster #ad_register_filter -priority 900 preauth GET $url ::xo::Cluster } + +# +# Local variables: +# mode: tcl +# tcl-indent-level: 2 +# indent-tabs-mode: nil +# End: