Magellan Linux

Annotation of /trunk/coreutils/patches-5.94/coreutils-5.94-overflow.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 115 - (hide annotations) (download)
Sun Mar 18 15:57:37 2007 UTC (17 years, 3 months ago) by niro
File size: 3208 byte(s)
patches for 5.94

1 niro 115 --- src/dircolors.hin.orig 2006-01-23 22:32:57.000000000 -0500
2     +++ src/dircolors.hin 2006-01-23 22:41:56.000000000 -0500
3     @@ -1,14 +1,12 @@
4     # Configuration file for dircolors, a utility to help you set the
5     # LS_COLORS environment variable used by GNU ls with the --color option.
6     -
7     -# The keywords COLOR, OPTIONS, and EIGHTBIT (honored by the
8     -# slackware version of dircolors) are recognized but ignored.
9     +#
10     +# You can copy this file to .dir_colors in your $HOME directory to override
11     +# the system defaults.
12    
13     # Below, there should be one TERM entry for each termtype that is colorizable
14     -TERM linux
15     -TERM linux-c
16     -TERM mach-color
17     -TERM console
18     +TERM ansi
19     +TERM color-xterm
20     TERM con132x25
21     TERM con132x30
22     TERM con132x43
23     @@ -19,18 +17,31 @@
24     TERM con80x43
25     TERM con80x50
26     TERM con80x60
27     +TERM cons25
28     +TERM console
29     TERM cygwin
30     TERM dtterm
31     +TERM Eterm
32     +TERM gnome
33     +TERM konsole
34     +TERM kterm
35     +TERM linux
36     +TERM linux-c
37     +TERM mach-color
38     TERM putty
39     -TERM xterm
40     -TERM xterm-color
41     -TERM xterm-debian
42     TERM rxvt
43     +TERM rxvt-cygwin
44     +TERM rxvt-cygwin-native
45     +TERM rxvt-unicode
46     TERM screen
47     TERM screen-bce
48     TERM screen-w
49     +TERM screen.linux
50     TERM vt100
51     -TERM Eterm
52     +TERM xterm
53     +TERM xterm-256color
54     +TERM xterm-color
55     +TERM xterm-debian
56    
57     # Below are the color init strings for the basic file types. A color init
58     # string consists of one or more of the following numeric codes:
59     @@ -50,7 +61,8 @@
60     DOOR 01;35 # door
61     BLK 40;33;01 # block device driver
62     CHR 40;33;01 # character device driver
63     -ORPHAN 40;31;01 # symlink to nonexistent file
64     +ORPHAN 01;05;37;41 # orphaned syminks
65     +MISSING 01;05;37;41 # ... and the files they point to
66     SETUID 37;41 # file that is setuid (u+s)
67     SETGID 30;43 # file that is setgid (g+s)
68     STICKY_OTHER_WRITABLE 30;42 # dir that is sticky and other-writable (+t,o+w)
69     @@ -70,6 +82,8 @@
70     #.com 01;32
71     #.btm 01;32
72     #.bat 01;32
73     +#.sh 01;32
74     +#.csh 01;32
75    
76     .tar 01;31 # archives or compressed (bright red)
77     .tgz 01;31
78     @@ -81,9 +95,18 @@
79     .Z 01;31
80     .gz 01;31
81     .bz2 01;31
82     +.bz 01;31
83     +.tbz2 01;31
84     +.tz 01;31
85     .deb 01;31
86     .rpm 01;31
87     .jar 01;31
88     +.rar 01;31 # rar
89     +.ace 01;31 # unace
90     +.zoo 01;31 # zoo
91     +.cpio 01;31 # cpio
92     +.7z 01;31 # p7zip
93     +.rz 01;31 # rzip
94    
95     # image formats
96     .jpg 01;35
97     @@ -99,9 +122,23 @@
98     .tif 01;35
99     .tiff 01;35
100     .png 01;35
101     +.mng 01;35
102     +.pcx 01;35
103     .mov 01;35
104     .mpg 01;35
105     .mpeg 01;35
106     +.m2v 01;35 # MPEG-2 Video only
107     +.mkv 01;35 # Matroska (http://matroska.org/)
108     +.ogm 01;35 # Ogg Media File
109     +.mp4 01;35 # 'Offical' container for MPEG-4
110     +.m4v 01;35 # MPEG-4 Video only
111     +.mp4v 01;35 # MPEG-4 Video only
112     +.qt 01;35 # Quicktime (http://developer.apple.com/qa/qtw/qtw99.html)
113     +.wmv 01;35 # Windows Media Video
114     +.asf 01;35 # Advanced Systems Format (contains Windows Media Video)
115     +.rm 01;35 # Real Media
116     +.rmvb 01;35 # Real Media Variable Bitrate
117     +.flc 01;35 # AutoDesk Animator
118     .avi 01;35
119     .fli 01;35
120     .gl 01;35
121     @@ -109,9 +146,24 @@
122     .xcf 01;35
123     .xwd 01;35
124    
125     +# Document files
126     +.pdf 00;32
127     +.ps 00;32
128     +.txt 00;32
129     +.patch 00;32
130     +.diff 00;32
131     +.log 00;32
132     +.tex 00;32
133     +.doc 00;32
134     +
135     # audio formats
136     .flac 01;35
137     .mp3 01;35
138     -.mpc 01;35
139     -.ogg 01;35
140     -.wav 01;35
141     +.mpc 00;36
142     +.ogg 00;36
143     +.wav 00;36
144     +.mid 00;36
145     +.midi 00;36
146     +.au 00;36
147     +.flac 00;36
148     +.aac 00;36