<tt><font size=2>> information you provide it seems to be logical and
intentional for <br>
> me that the <br>
> "default" profile is applied to the host since your name="."
would <br>
> match all the <br>
> hosts. If you don't intend to match them all then make sure <br>
> hosts.xml does not <br>
> contain such a "catch all" host entry which will match any
host name. Either <br>
> sort the host entries in your hosts.xml or make sure you literally
sort your <br>
> hosts/*.xml files and only the last one contains such a "catch
all" entry.<br>
> <br>
</font></tt>
<br><tt><font size=2>Darn I forgot about this.</font></tt>
<br>
<br><tt><font size=2>There was indeed a change I noticed but forgot to
open a discussion about it. It looks like the order of the xml-files changed
during some RC. I remember having the catchall in hosts.xml and several
normal definitions in the hosts/ subdirectory. In one RC, WPKG started
to load hosts.xml first and the definitions in the hosts/ subdirectory
after that.</font></tt>
<br>
<br><tt><font size=2>So the catchall-definition was loaded first, matched
and no other hosts (from hosts/) matched (because applyMultiple was off).</font></tt>
<br>
<br><tt><font size=2>I worked around this by emptying the hosts.xml and
putting the catchall into an extra file "zzz_catchall.xml", which
I hope is guaranteed to load as the last definition.</font></tt>
<br>
<br><tt><font size=2>So at the moment it's this way: If you have a catchall
in "hosts.xml" and applyMultiple=off then your definitions in
hosts/*.xml won't match, because the catchall matches first.</font></tt>
<br>
<br><tt><font size=2>Hope I could help</font></tt>
<br><tt><font size=2>        Heiko</font></tt>