5 Mar
2007
5 Mar
'07
11:22 a.m.
On Mon, 2007-02-26 at 03:26 +0000, Bryan Henderson wrote:
If you send a SIGINT signal to Syslog-ng, it issues the message
SIGTERM received, terminating
Looking at the code, it uses the same code for both SIGTERM and SIGINT. I suggest the message be reworded as
SIGTERM or SIGINT received, terminating
Fixed this with a less technical explanation: msg_notice("Termination requested via signal, terminating", NULL); This covers both cases. -- Bazsi