K 10 svn:author V 5 brian K 8 svn:date V 27 1997-03-13T14:53:55.000000Z K 7 svn:log V 413 Requested by: Harlan Stenn Accept SIGHUP as a "re-open logfile" signal. As ppp doesn't set it's serial line to it's controlling terminal, we can use HUP :) This is a candidate for 2.2. The log.[ch] changes won't conflict, but the main.c changes will. We just want to change the kill(...,SIGHUP) to a SIGTERM and change the signal(SIGHUP,Hangup) to a pending_signal(SIGHUP,LogReOpen). END