Hello, I was reviewing the summary.log after a system update and I noticed that almost 80% of the recorded messages were messages like: LOG: preinst User sshd already exists LOG: postinst Updating user sshd I can understand that they can be useful when a new group/user is created... even if that would also be useful when admin is expected to do something with those users/groups. But, for things like: elog "Group ${ACCT_GROUP_NAME} already exists" elog "User ${ACCT_USER_NAME} already exists" elog "Updating user ${ACCT_USER_NAME}" I don't think there is need on recording that information (specially taking into account the huge amount of users than can be "updated" when upgrading). Thanks a lot