bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

coreutils 5.92: dircolors doesn't assign custom colors properly (patch i


From: Thomas Meisterburg
Subject: coreutils 5.92: dircolors doesn't assign custom colors properly (patch included)
Date: Sun, 06 Nov 2005 00:53:32 +0100
User-agent: Mozilla Thunderbird 1.0.7 (X11/20051011)

Hi,

due to a missing comma in src/dircolors.c, dircolors doesn't assign
custom colors properly. For example, the value of SETUID is assigned
to setgid executables.

The enclosed patch should fix this.


With kind regards,
Thomas
--- dircolors.c 2005-11-05 23:54:16.000000000 +0100
+++ dircolors.c.new     2005-11-05 23:52:54.000000000 +0100
@@ -75,7 +75,7 @@
 static const char *const ls_codes[] =
 {
   "no", "no", "fi", "di", "ln", "ln", "ln", "or", "mi", "pi", "pi",
-  "so", "bd", "bd", "cd", "cd", "do", "ex", "lc", "lc", "rc", "rc", "ec", "ec"
+  "so", "bd", "bd", "cd", "cd", "do", "ex", "lc", "lc", "rc", "rc", "ec", "ec",
   "su", "su", "sg", "sg", "st", "ow", "ow", "tw", "tw", NULL
 };
 

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]