On Thu, 16 Dec 2010 16:42:09 -0500 Bill wrote:
BF> (I've already diffed agent/mibgroup/agentx between 5.5 and 5.6, it's
BF> almost all cleanups that can't explain this; there's something more
BF> subtle going on somewhere.)
Have you diffed the transport code too?
-
In snmpd.c there is the following, rather odd piece of code:
if (pid_file != NULL) {
/*
* unlink the pid_file, if it exists, prior to open. Without
* doing this the open will fail if the user specified pid_file
* already exists.
*/
unlink(pid