Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37517616
en ru br
Репозитории ALT
S:9.4.0.24.75e248-alt1
5.1: 7.6-alt1
4.1: 6.11-alt1
4.0: 5.97-alt6
3.0: 5.3.1-alt0.4
www.altlinux.org/Changes

Другие репозитории
Upstream:8.1pl3

Группа :: Система/Основа
Пакет: coreutils

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: coreutils-5.91-alt-owl-dircolors.patch
Скачать


--- coreutils-5.91.orig/src/dircolors.hin	2005-09-05 14:57:24 +0000
+++ coreutils-5.91/src/dircolors.hin	2005-10-20 15:08:02 +0000
@@ -2,7 +2,18 @@
 # LS_COLORS environment variable used by GNU ls with the --color option.
 
 # The keywords COLOR, OPTIONS, and EIGHTBIT (honored by the
-# slackware version of dircolors) are recognized but ignored.
+# slackware version of dircolors) are recognized but ignored by GNU dircolors.
+
+# This file goes in the /etc directory, and must be world readable.
+# You can copy this file to .dircolors in your $HOME directory to override
+# the system defaults.  This is also may be handled directly by the
+# /etc/profile.d/color_ls.sh and /etc/profile.d/color_ls.csh scripts.
+
+# 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
 
 # Below, there should be one TERM entry for each termtype that is colorizable
 TERM linux
@@ -19,11 +30,13 @@ TERM con80x30
 TERM con80x43
 TERM con80x50
 TERM con80x60
+TERM cons25
 TERM cygwin
 TERM dtterm
 TERM putty
 TERM xterm
 TERM xterm-color
+TERM color-xterm
 TERM xterm-debian
 TERM rxvt
 TERM screen
@@ -31,6 +44,7 @@ TERM screen-bce
 TERM screen-w
 TERM vt100
 TERM Eterm
+TERM ansi
 
 # 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:
@@ -70,12 +84,16 @@ EXEC 01;32
 #.com 01;32
 #.btm 01;32
 #.bat 01;32
+.sh 01;32
+.csh 01;32
 
 .tar 01;31 # archives or compressed (bright red)
 .tgz 01;31
+.arc 01;31
 .arj 01;31
 .taz 01;31
 .lzh 01;31
+.lha 01;31
 .zip 01;31
 .z   01;31
 .Z   01;31
@@ -84,6 +102,7 @@ EXEC 01;32
 .deb 01;31
 .rpm 01;31
 .jar 01;31
+.cpio 01;31
 
 # image formats
 .jpg 01;35
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin