SOURCES: DIR_COLORS - Removed 'OPTIONS' & 'EIGHTBIT' keywords (obs...

adgor adgor at pld-linux.org
Mon Oct 2 00:17:44 CEST 2006


Author: adgor                        Date: Sun Oct  1 22:17:44 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- Removed 'OPTIONS' & 'EIGHTBIT' keywords (obsoleted)
- Updated 'COLOR' keyword args comment

---- Files affected:
SOURCES:
   DIR_COLORS (1.19 -> 1.20) 

---- Diffs:

================================================================
Index: SOURCES/DIR_COLORS
diff -u SOURCES/DIR_COLORS:1.19 SOURCES/DIR_COLORS:1.20
--- SOURCES/DIR_COLORS:1.19	Sat Aug 19 12:02:56 2006
+++ SOURCES/DIR_COLORS	Mon Oct  2 00:17:39 2006
@@ -1,18 +1,18 @@
 # Configuration file for the color ls utility
-# This file goes in the /etc directory, and must be world readable.
+# This file goes in the /etc directory and must be world readable.
 # You can copy this file to .dir_colors in your $HOME directory to override
 # the system defaults.
 
-# COLOR needs one of these arguments: 'tty' colorizes output to ttys, but not
-# pipes. 'all' adds color characters to all output. 'none' shuts colorization
-# off.
-COLOR tty
+# NOTE:
+# The keywords OPTIONS, and EIGHTBIT (honored by the slackware version
+# of dircolors) are recognized but ignored.
 
-# Extra command line options for ls go here.
-# Basically these ones are:
-#  -F = show '/' for dirs, '*' for executables, etc.
-#  -T 0 = don't trust tab spacing when formatting ls output.
-OPTIONS -F -T 0
+# COLOR keyword is recognized by PLD fileutils.(c)sh script (which is located
+# in /etc/shrc.d directory and needs one of these arguments:
+# 'auto', 'tty', 'if-tty' - colorizes output to ttys, but not pipes,
+# 'always', 'yes', 'force' - adds color characters to all output,
+# 'never', 'no', 'none' - shuts colorization off,
+COLOR tty
 
 # Below, there should be one TERM entry for each termtype that is colorizable
 TERM linux
@@ -35,9 +35,6 @@
 TERM color_xterm
 TERM vt100
 TERM dtterm
-
-# EIGHTBIT, followed by '1' for on, '0' for off. (8-bit output)
-EIGHTBIT 1
 
 # Below are the color init strings for the basic file types. A color init
 # string consists of one or more of the following numeric codes:
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/DIR_COLORS?r1=1.19&r2=1.20&f=u



More information about the pld-cvs-commit mailing list