diff options
author | Pádraig Brady <P@draigBrady.com> | 2015-04-17 23:47:58 +0100 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2015-04-17 23:51:32 +0100 |
commit | 01f4065b129c6ad55eef765e701d0e20342867c7 (patch) | |
tree | acdeaab3d5b9fb088cef42ad6f73e408133f8940 | |
parent | 88e491044bf802e433a94a01401c342c287d9c24 (diff) | |
download | coreutils-01f4065b129c6ad55eef765e701d0e20342867c7.tar.xz |
dircolors: add 'MISSING' to the default database
* src/dircolors.hin: Add the MISSING entry, to indicate
this as a possibility in new templates output from dircolors,
and also to ease comparison with existing databases that
generally do define a MISSING entry.
-rw-r--r-- | src/dircolors.hin | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dircolors.hin b/src/dircolors.hin index 742b6cf5e..277711f7b 100644 --- a/src/dircolors.hin +++ b/src/dircolors.hin @@ -86,7 +86,8 @@ SOCK 01;35 # socket DOOR 01;35 # door BLK 40;33;01 # block device driver CHR 40;33;01 # character device driver -ORPHAN 40;31;01 # symlink to nonexistent file, or non-stat'able file +ORPHAN 40;31;01 # symlink to nonexistent file, or non-stat'able file ... +MISSING 00 # ... and the files they point to SETUID 37;41 # file that is setuid (u+s) SETGID 30;43 # file that is setgid (g+s) CAPABILITY 30;41 # file with capability |