fix typo in DIR_COLORS* files, remove .orig file from patch

This commit is contained in:
Ondrej Vasik 2010-01-14 08:31:12 +00:00
parent 2b212bd2dc
commit 475144d01b
5 changed files with 7 additions and 15558 deletions

File diff suppressed because it is too large Load Diff

View File

@ -79,7 +79,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.)
MULTIHARDLINK 00 # regular file with more than one link
HARDLINK 44;37 # regular file with more than one link
FIFO 40;33 # pipe
SOCK 01;35 # socket
DOOR 01;35 # door

View File

@ -55,7 +55,7 @@ RESET 0 # reset to "normal" color
DIR 38;5;27 # directory
LINK 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
HARDLINK 44;38;5;15 # regular file with more than one link
FIFO 40;38;5;11 # pipe
SOCK 38;5;13 # socket
DOOR 38;5;5 # door

View File

@ -58,7 +58,7 @@ RESET 0
DIR 00;34 # directory
LINK 00;36 # symbolic link (If you set this to 'target' instead of a
# numerical value, the color is as for the file pointed to.)
MULTIHARDLINK 00 # regular file with more than one link
HARDLINK 44;37 # regular file with more than one link
FIFO 40;33 # pipe
SOCK 00;35 # socket
DOOR 00;35 # door

View File

@ -1,7 +1,7 @@
Summary: A set of basic GNU tools commonly used in shell scripts
Name: coreutils
Version: 7.2
Release: 6%{?dist}
Release: 7%{?dist}
License: GPLv3+
Group: System Environment/Base
Url: http://www.gnu.org/software/coreutils/
@ -338,6 +338,9 @@ fi
/sbin/runuser
%changelog
* Thu Jan 14 2010 Ondrej Vasik <ovasik@redhat.com> - 7.2-7
- fix typo in DIR_COLORS* files
* Tue Jan 12 2010 Ondrej Vasik <ovasik@redhat.com> - 7.2-6
- require gmp-devel/gmp for large numbers support(#552846)
- use grep instead of deprecated egrep in colorls.sh script