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, Rong-En Fan
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.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. -- Garance Alistair Drosehn = gad@gilead.netel.rpi.edu Senior Systems Programmer or gad@FreeBSD.org Rensselaer Polytechnic Institute; Troy, NY; USA
On 4/5/06, Garance A Drosehn <gad@freebsd.org> 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