K 10 svn:author V 2 ed K 8 svn:date V 27 2010-01-12T09:55:25.032603Z K 7 svn:log V 558 Fix allocation policy of utx.active. It is a bad idea to always overwrite the first DEAD_PROCESS/invalid entry we see, because there may be another DEAD_PROCESS entry further on whose ut_id value matches the record we want to add, making getutxid() return multiple records. Be sure to scan the file for an exact match and only overwrite DEAD_PROCESS/invalid entries when no exact match was found. This still keeps the file size to a minimum, because the maximum size of the file will be limited to the highest amount of logins at a certain moment in time. END