It is sequential among the extension type. I don't remember right now though if tcz were processed after tce or the other way around.
.tce loaded first in alphabetic order, than .tcz
Did you mean load or did you mean install script execution? What we have been discussing is the install script execution order and that takes place after all extensions have been loaded. That part of the code does not know about tce:s or tcz: since it only looks into /usr/local/tce.installed. Further it does it via a
find and not an
ls, so I am not sure it really
does this in alfa order. It could be that the options given to find in this case ensures alfa order. Have anyone tested this?
/Lars