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
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
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