Re: exec.c: opening a logfile should append or truncate

Sergey Poznyakoff <[email protected]> Fri, 07 Nov 2003 10:10:04 +0200
Newsgroups gmane.comp.gnu.radius.bugs
Organization Farlep-Internet
Message-ID <[email protected]>
Maurice Makaay <[email protected]> wrote:

> My proposal is to change this to:
> 
>     /* Error output */
>     i = open(errfile, O_CREAT|O_APPEND|O_WRONLY, 0644);

Applied. Thank you.

Regards,
Sergey