atom feed3 messages in org.freebsd.freebsd-auditRe: at(1) signal handler fix
FromSent OnAttachments
Kris KennawayAug 18, 2001 11:58 pm 
Mike BarcroftAug 19, 2001 12:50 pm 
Kris KennawayAug 20, 2001 2:33 am 
Subject:Re: at(1) signal handler fix
From:Kris Kennaway (kr@obsecurity.org)
Date:Aug 20, 2001 2:33:37 am
List:org.freebsd.freebsd-audit

On Sun, Aug 19, 2001 at 03:50:34PM -0400, Mike Barcroft wrote:

+ if (fcreated) { + PRIV_START + unlink(atfile); + PRIV_END + } + _exit(EXIT_FAILURE); }

Why not just call sigc() after write(2)?

Seems like a reasonable suggestion..thanks.

Kris