RE: Modifying SNMPd code to accecpt signals

2005-06-23 Thread Amber Gupta
Title: Message It already does handles signals. You need to look into code more carefully.Please do your homework first before asking. -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED]Sent: Thursday, June 23, 2005 12:39

Re: Modifying SNMPd code to accecpt signals

2005-06-23 Thread Dave Shield
On Thu, 2005-06-23 at 05:39, [EMAIL PROTECTED] wrote: > Can I modify the snmpd code so that, it accepts Linux signals > to start and stop the SNMP agent(demon)? The snmpd code already accepts the TERM signal to stop the daemon and shut down cleanly. If you think about it, you can't really use a s

Modifying SNMPd code to accecpt signals

2005-06-22 Thread kanda.samy
Hi      Can I modify the snmpd code so that, it accepts Linux signals to start and stop the SNMP agent(demon)? If I can modify please specify the steps.     We need reliable signals, which should not lost and should give response about start/stop process? How I can make