From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Grubb Subject: Re: [PATCH 2/2] fix a bug that use option '-k key-string' cannot search out all matched logs Date: Tue, 29 Jul 2008 17:22:43 -0400 Message-ID: <200807291722.44156.sgrubb@redhat.com> References: <488EADA7.4010209@cn.fujitsu.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <488EADA7.4010209@cn.fujitsu.com> Content-Disposition: inline List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-audit-bounces@redhat.com Errors-To: linux-audit-bounces@redhat.com To: Peng Haitao Cc: audit-list List-Id: linux-audit@redhat.com On Tuesday 29 July 2008 01:41:59 Peng Haitao wrote: > Use option '-k key-string' cannot search out the log which contains the > given key-string and message type is CONFIG_CHANGE. Patch applied - Thanks! The way that the return codes work in the parsers is that I wanted each return to have a different return code so that I can tell exactly which line it fails on when I debug. I made some adjustmenst to the patch for this. Thanks, -Steve