Blame README.hpux11

Packit Service b38f0b
Some notes for the HP-UX 11.0/11i port
Packit Service b38f0b
======================================
Packit Service b38f0b
Packit Service b38f0b
1. Starting the net-snmp daemon via rc script
Packit Service b38f0b
---------------------------------------------
Packit Service b38f0b
Packit Service b38f0b
When starting the net-snmp daemon via rc script you have to trap some signals
Packit Service b38f0b
because otherwise the daemon will die the moment the rc script ends. I trap
Packit Service b38f0b
the signals 1, 2 and 3 via "trap '' 1 2 3" immediately before starting the
Packit Service b38f0b
daemon. I didn't check whether all these signals need to be trapped, probably
Packit Service b38f0b
SIGHUP will suffice. BTW this applies to the HP-UX 10.x version as well. It
Packit Service b38f0b
would be a good idea to ignore or handle these signals in the daemon...
Packit Service b38f0b
Packit Service b38f0b
2. Author, credits, comments
Packit Service b38f0b
----------------------------
Packit Service b38f0b
Packit Service b38f0b
The HP-UX 11.0 port was done by Johannes Schmidt-Fischer <jsf@InterFace-AG.com>
Packit Service b38f0b
Packit Service b38f0b
If you have questions or problems please feel free to contact me via the
Packit Service b38f0b
above mentioned e-mail address. Please send a copy of your e-mail to the 
Packit Service b38f0b
net-snmp-coders mailing list - probably someone else can answer your
Packit Service b38f0b
question earlier than me;-)