Add local-patch.examples with common patch samples.
[dotfiles-public.git] / local-patch.examples / 005-dircolors-unrecognized-keywords.patch
1 --- .dir_colors 2011-12-01 08:21:29.000000000 -0500
2 +++ /home/sysadmin/.dir_colors  2011-12-01 08:25:59.000000000 -0500
3 @@ -68,11 +68,11 @@
4  # 40=black 41=red 42=green 43=yellow 44=blue 45=magenta 46=cyan 47=white
5  #NORMAL 00 # no color code at all
6  #FILE 00 # regular file: use no color at all
7 -RESET 0 # reset to "normal" color
8 +#RESET 0 # reset to "normal" color
9  DIR 01;34 # directory
10  LINK 01;36 # symbolic link. (If you set this to 'target' instead of a
11   # numerical value, the color is as for the file pointed to.)
12 -MULTIHARDLINK 00 # regular file with more than one link
13 +#MULTIHARDLINK 00 # regular file with more than one link
14  FIFO 40;33 # pipe
15  SOCK 01;35 # socket
16  DOOR 01;35 # door
17 @@ -82,7 +82,7 @@
18  MISSING 01;05;37;41 # ... and the files they point to
19  SETUID 37;41 # file that is setuid (u+s)
20  SETGID 30;43 # file that is setgid (g+s)
21 -CAPABILITY 30;41 # file with capability
22 +#CAPABILITY 30;41 # file with capability
23  STICKY_OTHER_WRITABLE 30;42 # dir that is sticky and other-writable (+t,o+w)
24  OTHER_WRITABLE 34;42 # dir that is other-writable (o+w) and not sticky
25  STICKY 37;44 # dir with the sticky bit set (+t) and not other-writable