wpkg-users-bounces at lists.wpkg.org scritti il 06/04/2009 13.47.27 > Yes, you can use wildcards. > <host name="cad.+"> > </host> > Will be installed on cad, cad1, cad99, cad-dev, etc. > Additional examples are included in the shipped hosts.xml file. But I discovered that if I do this: <host name = "host1"> ... </host> <host name = "host.+> ... </host> for the hostname HOST1, only the first section is used. |