From: Bernd E. <eid...@we...> - 2007-02-16 09:02:31
|
The _ns_savenamespaces{} proc included in aol-xotcl.tcl that overloaded the proc in the aolserver init script is not used in the naviserver startup process, as this proc does not exist there. Is there a patch needed somewhere in the bin/init.tcl resp. nstrace.tcl to accomplish the same behaviour? ------------------------------------------------------------- # # Overload procedure defined in bin/init.tcl. # It is now XOTcl-savvy in how it treats some # special namespaces. # proc _ns_savenamespaces {} { ... } |