--- /dev/null
+--- .dir_colors 2011-12-01 08:21:29.000000000 -0500
++++ /home/sysadmin/.dir_colors 2011-12-01 08:25:59.000000000 -0500
+@@ -68,11 +68,11 @@
+ # 40=black 41=red 42=green 43=yellow 44=blue 45=magenta 46=cyan 47=white
+ #NORMAL 00 # no color code at all
+ #FILE 00 # regular file: use no color at all
+-RESET 0 # reset to "normal" color
++#RESET 0 # reset to "normal" color
+ DIR 01;34 # directory
+ LINK 01;36 # symbolic link. (If you set this to 'target' instead of a
+ # numerical value, the color is as for the file pointed to.)
+-MULTIHARDLINK 00 # regular file with more than one link
++#MULTIHARDLINK 00 # regular file with more than one link
+ FIFO 40;33 # pipe
+ SOCK 01;35 # socket
+ DOOR 01;35 # door
+@@ -82,7 +82,7 @@
+ MISSING 01;05;37;41 # ... 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
++#CAPABILITY 30;41 # file with capability
+ STICKY_OTHER_WRITABLE 30;42 # dir that is sticky and other-writable (+t,o+w)
+ OTHER_WRITABLE 34;42 # dir that is other-writable (o+w) and not sticky
+ STICKY 37;44 # dir with the sticky bit set (+t) and not other-writable