Blame SOURCES/coreutils-8.32-DIR_COLORS.patch

e63663
From 81e25c8521937ecf7f444bab11fddaaf81cc3efd Mon Sep 17 00:00:00 2001
e63663
From: Kamil Dudka <kdudka@redhat.com>
e63663
Date: Fri, 17 Jun 2016 16:58:18 +0200
e63663
Subject: [PATCH] downstream changes to default DIR_COLORS
e63663
e63663
---
e63663
 DIR_COLORS              |  9 ++++++++-
e63663
 DIR_COLORS.lightbgcolor | 21 +++++++++++++++------
e63663
 2 files changed, 23 insertions(+), 7 deletions(-)
e63663
e63663
diff --git a/DIR_COLORS b/DIR_COLORS
e63663
index bd5df23..84f2417 100644
e63663
--- a/DIR_COLORS
e63663
+++ b/DIR_COLORS
e63663
@@ -1,3 +1,7 @@
e63663
+# This file goes in the /etc directory, and must be world readable.
e63663
+# You can copy this file to .dir_colors in your $HOME directory to override
e63663
+# the system defaults.
e63663
+
e63663
 # Configuration file for dircolors, a utility to help you set the
e63663
 # LS_COLORS environment variable used by GNU ls with the --color option.
e63663
 
e63663
@@ -8,6 +12,9 @@
e63663
 # The keywords COLOR, OPTIONS, and EIGHTBIT (honored by the
e63663
 # slackware version of dircolors) are recognized but ignored.
e63663
 
e63663
+# For compatibility, the pattern "^COLOR.*none" is recognized as a way to
e63663
+# disable colorization.  See https://bugzilla.redhat.com/1349579 for details.
e63663
+
e63663
 # Below are TERM entries, which can be a glob patterns, to match
e63663
 # against the TERM environment variable to determine if it is colorizable.
e63663
 TERM Eterm
e63663
@@ -58,7 +65,7 @@ DOOR 01;35	# door
e63663
 BLK 40;33;01	# block device driver
e63663
 CHR 40;33;01	# character device driver
e63663
 ORPHAN 40;31;01 # symlink to nonexistent file, or non-stat'able file ...
e63663
-MISSING 00      # ... and the files they point to
e63663
+MISSING 01;37;41 # ... and the files they point to
e63663
 SETUID 37;41	# file that is setuid (u+s)
e63663
 SETGID 30;43	# file that is setgid (g+s)
e63663
 CAPABILITY 30;41	# file with capability
e63663
diff --git a/DIR_COLORS.lightbgcolor b/DIR_COLORS.lightbgcolor
e63663
index 4316832..6402854 100644
e63663
--- a/DIR_COLORS.lightbgcolor
e63663
+++ b/DIR_COLORS.lightbgcolor
e63663
@@ -1,3 +1,9 @@
e63663
+# Configuration file for the color ls utility - modified for lighter backgrounds
e63663
+
e63663
+# This file goes in the /etc directory, and must be world readable.
e63663
+# You can copy this file to .dir_colors in your $HOME directory to override
e63663
+# the system defaults.
e63663
+
e63663
 # Configuration file for dircolors, a utility to help you set the
e63663
 # LS_COLORS environment variable used by GNU ls with the --color option.
e63663
 
e63663
@@ -8,6 +14,9 @@
e63663
 # The keywords COLOR, OPTIONS, and EIGHTBIT (honored by the
e63663
 # slackware version of dircolors) are recognized but ignored.
e63663
 
e63663
+# For compatibility, the pattern "^COLOR.*none" is recognized as a way to
e63663
+# disable colorization.  See https://bugzilla.redhat.com/1349579 for details.
e63663
+
e63663
 # Below are TERM entries, which can be a glob patterns, to match
e63663
 # against the TERM environment variable to determine if it is colorizable.
e63663
 TERM Eterm
e63663
@@ -48,17 +57,17 @@ TERM xterm*
e63663
 #NORMAL 00	# no color code at all
e63663
 #FILE 00	# regular file: use no color at all
e63663
 RESET 0		# reset to "normal" color
e63663
-DIR 01;34	# directory
e63663
-LINK 01;36	# symbolic link.  (If you set this to 'target' instead of a
e63663
+DIR 00;34	# directory
e63663
+LINK 00;36	# symbolic link.  (If you set this to 'target' instead of a
e63663
                 # numerical value, the color is as for the file pointed to.)
e63663
 MULTIHARDLINK 00	# regular file with more than one link
e63663
 FIFO 40;33	# pipe
e63663
-SOCK 01;35	# socket
e63663
-DOOR 01;35	# door
e63663
+SOCK 00;35	# socket
e63663
+DOOR 00;35	# door
e63663
 BLK 40;33;01	# block device driver
e63663
 CHR 40;33;01	# character device driver
e63663
 ORPHAN 40;31;01 # symlink to nonexistent file, or non-stat'able file ...
e63663
-MISSING 00      # ... and the files they point to
e63663
+MISSING 01;37;41 # ... and the files they point to
e63663
 SETUID 37;41	# file that is setuid (u+s)
e63663
 SETGID 30;43	# file that is setgid (g+s)
e63663
 CAPABILITY 30;41	# file with capability
e63663
@@ -67,7 +76,7 @@ OTHER_WRITABLE 34;42 # dir that is other-writable (o+w) and not sticky
e63663
 STICKY 37;44	# dir with the sticky bit set (+t) and not other-writable
e63663
 
e63663
 # This is for files with execute permission:
e63663
-EXEC 01;32
e63663
+EXEC 00;32
e63663
 
e63663
 # List any file extensions like '.gz' or '.tar' that you would like ls
e63663
 # to colorize below. Put the extension, a space, and the color init string.
e63663
-- 
e63663
2.21.1
e63663