On 4/5/06, Garance A Drosehn <[EMAIL PROTECTED]> 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
>
At 10:08 PM -0400 4/5/06, Rong-En Fan wrote:
Hi,
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.7
Hi,
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).
Regards