Subject: Re: talk weird behavior ?
To: Samuel Hornus <Samuel.Hornus@crans.org>
From: Matthias Buelow <mkb@mukappabeta.de>
List: netbsd-help
Date: 07/27/2001 00:35:44
Samuel Hornus writes:
>conf file again. I did `kill 1 (inetd pid)` and got a violent crash :-(
The correct notation is "kill -HUP (inetd_pid)". What you did was send
SIGTERM (the default kill signal) to pid 1 (which always is the init process)
and inetd... although specifying inetd there was kinda redundant,
considering you kicked inetd in the balls at the same time. :)
--mkb