From owner-freebsd-stable@FreeBSD.ORG Thu Apr 6 14:22:27 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A21F16A41F for ; Thu, 6 Apr 2006 14:22:27 +0000 (UTC) (envelope-from grafan@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B9CD43D79 for ; Thu, 6 Apr 2006 14:21:58 +0000 (GMT) (envelope-from grafan@gmail.com) Received: by zproxy.gmail.com with SMTP id l8so141091nzf for ; Thu, 06 Apr 2006 07:21:58 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=CHZFn9Bn8nyA1pTQUMwinzAkoHsrDWPB62f8rBjYv7jxdveXvSoDvR93EamGJh3BBF5o/pJImdyntgF39njJVt+CyDtT+2yDzbq19QQYVuAbSOb5RtLkKhGj+XmhqXfBVRRDfd4q840hC3XtqSXF3QTsapww/n5614IAsoEKulk= Received: by 10.37.12.78 with SMTP id p78mr1122677nzi; Thu, 06 Apr 2006 07:21:58 -0700 (PDT) Received: by 10.36.57.15 with HTTP; Thu, 6 Apr 2006 07:21:58 -0700 (PDT) Message-ID: <6eb82e0604060721t1e8bf24aufd2e36f7e3b63fbe@mail.gmail.com> Date: Thu, 6 Apr 2006 10:21:58 -0400 From: "Rong-En Fan" To: "Garance A Drosehn" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <6eb82e0604051908m18702f5aj5ec1948d5b776323@mail.gmail.com> Cc: freebsd-stable@freebsd.org Subject: Re: ps column header case changes X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Apr 2006 14:22:27 -0000 On 4/5/06, Garance A Drosehn wrote: > At 10:08 PM -0400 4/5/06, Rong-En Fan wrote: > >I just updated my world from Feb's RELENG_6 as of today. I > >noticed that the column header of ps's output is changed > >from upper to lower case. > > > >$ ps awx -r -o user|head -1 > >user > > > >This is used to be USER. I found that changes in ps/keyword.c rev 1.75 > >causes this (this is already MFC'ed). > > Ugh. Sometimes the simple changes are the easiest ones to > screw up. That's what I get for trying to fix the previous > bug between meetings, I guess. > > I'll look into it. Many apologies. Thanks for committing rev 1.76. It fixes the column header problem. If no further problems, could you please MFC to 6.1, which is still broken. :-) Best, Rong-En Fan