mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 04:33:00 +02:00
This patch adds PID readiness notification to Net-SNMP. This is required for synchronizing processes like subagents. PID readiness is similar to systemd READY=1 notification, which Finit supports, but Net-SNMP only supports that at first startup not after SIGHUP. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>