sighup_handler
(void) sigset(SIGHUP, sighup_handler);
static void sighup_handler(int a_signo);
nact.sa_handler = sighup_handler;