Alrighty. This change so far eliminates 51 directories and 51 pkgIndex.tcl files. Also, our auto_path and tm paths are the shortest around, yielding faster package load times.
$ echo 'puts $auto_path' | tclsh8.6 /usr/local/lib/tcl/tcl8.6 /usr/local/lib/tcl $ echo 'puts [tcl::tm::path list]' | tclsh8.6 /usr/local/lib/tcl/modules/85 /usr/local/lib/tcl/modules/86 /usr/local/lib/tcl/tcl8.6/modules AFAIK OpenBSD is the only OS that is doing this! The goal is for OpenBSD to be a great place for Tcler's and this is one more step in that direction. Stu