Date: Tue, 28 Aug 2007 17:53:45 +0100 (BST) From: Robert Watson <rwatson@FreeBSD.org> To: sam <samflanker@gmail.com> Cc: freebsd-hackers@freebsd.org, trustedbsd-audit@FreeBSD.org, freebsd-audit@freebsd.org Subject: Re: praudit parse with gnu grep Message-ID: <20070828175313.B90180@fledge.watson.org> In-Reply-To: <46CBE096.90805@gmail.com> References: <46C55191.2050205@gmail.com> <20070821145603.L50579@fledge.watson.org> <46CAF217.7040204@gmail.com> <20070821151108.Y53914@fledge.watson.org> <46CAF4E9.2030700@gmail.com> <20070821152327.R53914@fledge.watson.org> <46CBE096.90805@gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 22 Aug 2007, sam wrote: >> Index: praudit.c >> =================================================================== >> RCS file: /data/fbsd-cvs/ncvs/src/contrib/openbsm/bin/praudit/praudit.c,v >> retrieving revision 1.1.1.3 >> diff -u -r1.1.1.3 praudit.c >> --- praudit.c 16 Apr 2007 15:36:57 -0000 1.1.1.3 >> +++ praudit.c 21 Aug 2007 14:26:43 -0000 >> @@ -107,6 +107,7 @@ >> free(buf); >> if (oneline) >> printf("\n"); >> + fflush(stdout); >> } >> return (0); >> } > > my big thanks this patch is working Vladimir, I've merged this change into OpenBSM, and it will appear in the next release. Thanks, Robert N M Watson Computer Laboratory University of Cambridge
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070828175313.B90180>