From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Grubb Subject: Re: [PATCH] Error message is not appropriate when try to set gid to negative Date: Fri, 8 Aug 2008 09:42:46 -0400 Message-ID: <200808080942.47414.sgrubb@redhat.com> References: <489BC58C.2060208@cn.fujitsu.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <489BC58C.2060208@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: Cai Xianchao Cc: Linux Audit List-Id: linux-audit@redhat.com On Friday 08 August 2008 00:03:24 Cai Xianchao wrote: > The error message is not appropriate when I try to set gid to > negative. the value of "Unknown group:" should be the gid rather > than "gid". There is the same problem in uids. OK, I tried to apply the patch and got: patching file deprecated.c patch: **** malformed patch at line 6: const char *pair, int flags) I eventually did the edits by hand since they were simple. Watch the word wrapping. :) Thanks for the patch ! -Steve