intTERM
signal(SIGTERM, intTERM); /* time to go signal */
signal(SIGHUP, intTERM); /* for dial-ups */
intTERM(SIGHUP);
static void intTERM(int);