summaryrefslogtreecommitdiff
path: root/src/dircolors.hin
diff options
context:
space:
mode:
authorKamil Dudka <kdudka@redhat.com>2009-06-10 19:44:43 +0200
committerJim Meyering <meyering@redhat.com>2009-06-11 09:53:50 +0200
commit0df338f6719ec2bcf1e1dea2d8b12dc66daf8a1e (patch)
tree4c77cf9c92a258da00f48e002142e9e4946d7bc1 /src/dircolors.hin
parent502be19e0fdb52dbc76fe95d5a4966ef0b06f3dc (diff)
downloadcoreutils-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 'src/dircolors.hin')
-rw-r--r--src/dircolors.hin2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dircolors.hin b/src/dircolors.hin
index 5621259a2..30fd87856 100644
--- a/src/dircolors.hin
+++ b/src/dircolors.hin
@@ -70,7 +70,7 @@ RESET 0 # reset to "normal" color
DIR 01;34 # directory
LINK 01;36 # symbolic link. (If you set this to 'target' instead of a
# numerical value, the color is as for the file pointed to.)
-HARDLINK 44;37 # regular file with more than one link
+MULTIHARDLINK 00 # regular file with more than one link
FIFO 40;33 # pipe
SOCK 01;35 # socket
DOOR 01;35 # door