On Wed, 2004-02-04 at 18:37 +0200, Jari Ristiranta wrote: > When using pkgpolicy=last in yum.conf, why in earth are the servers sorted > alphabetically by [serverid]? In my opinion, sorting by the actual order > of the server sections in yum.conf would be a better way. b/c the actual order in the config file cannot be returned by configparser. It returns them in an arbitrary order. -sv