The Resident Drunk (charlesb / summerfield-technology.co.uk) wrote: > On Mon, 2002-08-19 at 11:08, Giuseppe Bilotta wrote: > > Well, with rbot 0.9.4 there was an error about SIGHUP not being a > > recognized command (commenting the trap line solved it), but it > > wouldn't connect. > > Well SIGHUP isn't a commmand par se... it's a unix termination signal > that u can send to the program to tell it to terminate. > HUP is actually a hangup, generally used to reload a process rather tan terminate (TERM) it. rick