K 10 svn:author V 2 nc K 8 svn:date V 27 2021-03-05T19:44:31.395972Z K 7 svn:log V 452 net-mgmt/snmptt: Fix upstream bug The code attempts to change from the executing user to a configured service user, but it does this by first changing effective, then real uid. It then briefly looks around curiously before falling flat on its face because the real uid change failed, the process not having root anymore at that point. PR: 253702 Submitted by: Christian Ullrich Approved by: nistor AT snickers DOT org END