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
};
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Bug-coreutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-coreutils
