Magellan Linux

Contents of /trunk/coreutils/patches-5.3.0/coreutils-5.3.0-dircolors-c.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 44 - (show annotations) (download)
Thu Oct 13 21:17:16 2005 UTC (18 years, 6 months ago) by niro
File size: 809 byte(s)
patch set for coretutils-5.3.0

1 --- fileutils-4.1/src/dircolors.c.orig Mon Aug 7 19:46:16 2000
2 +++ fileutils-4.1/src/dircolors.c Fri Jul 20 20:56:09 2001
3 @@ -69,13 +69,15 @@
4 "NORMAL", "NORM", "FILE", "DIR", "LNK", "LINK",
5 "SYMLINK", "ORPHAN", "MISSING", "FIFO", "PIPE", "SOCK", "BLK", "BLOCK",
6 "CHR", "CHAR", "DOOR", "EXEC", "LEFT", "LEFTCODE", "RIGHT", "RIGHTCODE",
7 - "END", "ENDCODE", NULL
8 + "END", "ENDCODE", "SUID", "SETUID", "SGID", "SETGID", "WRO", "WRITEOTHERS",
9 + "WT", "WROT", "WRITEOTHERSSTICKY", NULL
10 };
11
12 static const char *const ls_codes[] =
13 {
14 "no", "no", "fi", "di", "ln", "ln", "ln", "or", "mi", "pi", "pi",
15 "so", "bd", "bd", "cd", "cd", "do", "ex", "lc", "lc", "rc", "rc", "ec", "ec"
16 + "su", "su", "sg", "sg", "wo", "wo", "wo", "wt", "wt", "wt", NULL
17 };
18
19 static struct option const long_options[] =