Hi !

I wonder why is this so:

bash-2.03$ find modules/tcl/
modules/tcl/
modules/tcl/nsperm
modules/tcl/nsperm/init.tcl
modules/tcl/nsperm/compat.tcl
modules/tcl/charsets.tcl
modules/tcl/compat.tcl
modules/tcl/debug.tcl
modules/tcl/fastpath.tcl
modules/tcl/file.tcl
modules/tcl/form.tcl
modules/tcl/http.tcl
modules/tcl/init.tcl
modules/tcl/prodebug.tcl
modules/tcl/sendmail.tcl
modules/tcl/stats.tcl
modules/tcl/util.tcl
modules/tcl/nsdb
modules/tcl/nsdb/util.tcl

bash-2.03$ find tcl
tcl
tcl/nsperm
tcl/nsperm/init.tcl
tcl/nsperm/compat.tcl
tcl/cache.tcl
tcl/charsets.tcl
tcl/compat.tcl
tcl/debug.tcl
tcl/fastpath.tcl
tcl/file.tcl
tcl/form.tcl
tcl/http.tcl
tcl/init.tcl
tcl/prodebug.tcl
tcl/sendmail.tcl
tcl/stats.tcl
tcl/ttrace.tcl
tcl/util.tcl
tcl/nsdb
tcl/nsdb/util.tcl


IOW, why is the private library for the virtual server
seeded with the same files as the shared library?
Isn't it supposed that private virtual server Tcl lib
should actually override files in the shared lib and
not duplicate them?

Cheers,
Zoran

Reply via email to