26 Sep
2011
26 Sep
'11
9:06 p.m.
On Mon, Sep 26, 2011 at 3:59 PM, dave reisner <d@falconindy.com> wrote:
On Sep 26, 2011 4:29 PM, "Dan McGee" <dan@archlinux.org> wrote:
* All errors now go to stdout
I think you meant stderr here. Yes, thanks, updated the message.
Looks good otherwise. Do we want to handle a SIGQUIT which is easily accessible from a shell (ctrl-/)? man 7 signal lists QUIT as a 'Core' as opposed to 'Term' signal, so we might want to leave at least one way of escaping and not calling our signal handler.
-Dan