For Net-SNMP version 5.3.1 (sending a SIGTERM to the pass-through executable).

*** net-snmp-5.3.1/agent/mibgroup/ucd-snmp/pass_persist.c    Wed Oct 25 12:29:48 2006
--- net-snmp-5.3.1.patched/agent/mibgroup/ucd-snmp/pass_persist.c    Wed Oct 25 12:44:06 2006
***************
*** 767,772 ****
--- 767,773 ----
          persist_pipes[iindex].fdIn = -1;
      }
      if (persist_pipes[iindex].pid != -1) {
+         kill(persist_pipes[iindex].pid, SIGTERM);
  #if HAVE_SYS_WAIT_H
          waitpid(persist_pipes[iindex].pid, 0, 0);
  #endif
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to