bug#11994: [PATCH] Re: bug#11994: sort(1) doesn't say SEE ALSO uniq(1)

2012-07-22 Thread Jim Meyering
Erik Auerswald wrote: On Fri, Jul 20, 2012 at 01:54:21AM +0800, jida...@jidanni.org wrote: sort(1) doesn't say SEE ALSO uniq(1), and vice versa. The small attached patch adds that. ... Subject: [PATCH] doc: mention uniq(1) in sort(1) man-page and vice versa * man/sort.x: Add SEE ALSO

bug#12023: bug of hostid cmd ?

2012-07-22 Thread �e�nQQ��
HI, guy, Can you tell me how the hostid command work? or how can I control my hostid? Why my output from hostid switch around 0a799228, 0a799a28, 0a799328 randomly? Here are lists of my hostid information, if any other information needed, please just mail me directly. Hope to get you reply

bug#12023: bug of hostid cmd ?

2012-07-22 Thread P��draig Brady
On 07/22/2012 04:44 AM, ? wrote: HI, guy, Can you tell me how the hostid command work? or how can I control my hostid? Why my output from hostid switch around 0a799228, 0a799a28, 0a799328 randomly? Here are lists of my hostid information, if any other information needed, please

bug#12020: ls should show when extended system attributes are set

2012-07-22 Thread Jim Meyering
Luk Claes wrote: ... But it apparently does not show when capabilites are active, could that be added (or was that added in the meantime in a subsequent version)? $ setcap cap_chown+ep foo $ ls -l foo -rw-r--r-- 1 luk luk 5 Jul 22 00:37 foo $ sudo getcap foo foo = cap_chown+ep That's

bug#12020: ls should show when extended system attributes are set

2012-07-22 Thread Kamil Dudka
On Sunday, July 22, 2012 14:40:46 Jim Meyering wrote: When already using --color, we do get each test result for free Not really. The check for file capabilities is optional even with --color. The 'ca' indicator in $LS_COLORS needs to be set to a color to enable this. Kamil

bug#12019: join command - wrong column moved to start of line with the -v2 option

2012-07-22 Thread Jean-Pierre Tosoni
Hello again, I investigated against various sources at gnu.org. The bug exists at least in versions 8.5 to 8.9, and was corrected in version 8.10, probably by chance during implementation of output formatting extensions. Hence the problem comes from debian-squeeze using an old release, and this

bug#12020: ls should show when extended system attributes are set

2012-07-22 Thread Jim Meyering
Kamil Dudka wrote: On Sunday, July 22, 2012 14:40:46 Jim Meyering wrote: When already using --color, we do get each test result for free Not really. The check for file capabilities is optional even with --color. The 'ca' indicator in $LS_COLORS needs to be set to a color to enable this. Hi