diff options
author | Kamil Dudka <kdudka@redhat.com> | 2009-06-10 19:44:43 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2009-06-11 09:53:50 +0200 |
commit | 0df338f6719ec2bcf1e1dea2d8b12dc66daf8a1e (patch) | |
tree | 4c77cf9c92a258da00f48e002142e9e4946d7bc1 /NEWS | |
parent | 502be19e0fdb52dbc76fe95d5a4966ef0b06f3dc (diff) | |
download | coreutils-0df338f6719ec2bcf1e1dea2d8b12dc66daf8a1e.tar.xz |
ls --color: do not colorize files with multiple hard links by default
* src/ls.c: Rename hl->mh, do not colorize files with multiple
hard links by default.
* src/dircolors.c: Rename HARDLINK -> MULTIHARDLINK, hl -> mh.
* src/dircolors.hin: Do not colorize files with multiple hard links by
default.
* tests/Makefile.am: Rename the test case accordingly.
* tests/ls/multihardlink: Additionally test ls' default behavior
and factor out some duplication.
* NEWS: Mention the change in behavior.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -7,6 +7,15 @@ GNU coreutils NEWS -*- outline -*- truncate -s failed to skip all whitespace in the option argument in some locales. +** Changes in behavior + + ls --color: files with multiple hard links are no longer colored differently + by default. That can be enabled by changing the LS_COLORS environment + variable. You can control that using the MULTIHARDLINK dircolors input + variable which corresponds to the 'mh' LS_COLORS item. Note these variables + were renamed from 'HARDLINK' and 'hl' which were available since + coreutils-7.1 when this feature was introduced. + ** New features chroot now accepts the options --userspec and --groups. |