Enable SIGTERM to shut down the server a little more cleanly.
authoraland <aland>
Mon, 21 Oct 2002 15:41:05 +0000 (15:41 +0000)
committeraland <aland>
Mon, 21 Oct 2002 15:41:05 +0000 (15:41 +0000)
commite6d015a1a7a14554e01e98715544d12aabe3ed5c
tree2107b9472b46d515a87820525f78ac015970a3f0
parentaf5e63d4de251f27331df033f493d08303b80542
Enable SIGTERM to shut down the server a little more cleanly.

The child threads have SIGTERM blocked.  When the parent gets
a SIGTERM, it sends a SIGKILL to all associated processes and
threads.  When it returns from the signal handler, the main
loop frees the modules and exits.
src/include/modules.h
src/include/radiusd.h
src/main/modules.c
src/main/radiusd.c
src/main/threads.c