fixed typo in DIR_COLORS.256color causing no color for multihardlink

(thanks P.Brady)
This commit is contained in:
Ondrej Vasik 2009-09-18 07:19:28 +00:00
parent 6a4350f7d9
commit f0deff4c0d
2 changed files with 6 additions and 2 deletions

View File

@ -55,7 +55,7 @@ RESET 0 # reset to "normal" color
DIR 01;38;5;27 # directory
LINK 01;38;5;51 # symbolic link (If you set this to 'target' instead of a
# numerical value, the color is as for the file pointed to.)
MULTIHARDLINK 44;38;5;15; # regular file with more than one link
MULTIHARDLINK 44;38;5;15 # regular file with more than one link
FIFO 40;38;5;11 # pipe
SOCK 01;38;5;13 # socket
DOOR 01;38;5;5 # door

View File

@ -1,7 +1,7 @@
Summary: A set of basic GNU tools commonly used in shell scripts
Name: coreutils
Version: 7.6
Release: 2%{?dist}
Release: 3%{?dist}
License: GPLv3+
Group: System Environment/Base
Url: http://www.gnu.org/software/coreutils/
@ -327,6 +327,10 @@ fi
%{_libdir}/coreutils
%changelog
* Fri Sep 18 2009 Ondrej Vasik <ovasik@redhat.com> - 7.6-3
- fixed typo in DIR_COLORS.256color causing no color for
multihardlink
* Wed Sep 16 2009 Ondrej Vasik <ovasik@redhat.com> - 7.6-2
- fix copying of extended attributes for read only source
files