Mike Frysinger <[EMAIL PROTECTED]> wrote: > diff --git a/src/dircolors.hin b/src/dircolors.hin > index e60e11c..d12181d 100644 > --- a/src/dircolors.hin > +++ b/src/dircolors.hin > @@ -162,6 +162,7 @@ EXEC 01;32 > .flc 01;35 > .avi 01;35 > .fli 01;35 > +.flv 01;35 > .gl 01;35 > .dl 01;35 > .xcf 01;35
Thanks. I've applied this: >From 7e1075dd747420ec96d34d5bc289f7137abc80c7 Mon Sep 17 00:00:00 2001 From: Mike Frysinger <[EMAIL PROTECTED]> Date: Sat, 19 Apr 2008 08:51:30 +0200 Subject: [PATCH] * src/dircolors.hin: Add .flv. Move .svgz to "image formats". Signed-off-by: Jim Meyering <[EMAIL PROTECTED]> --- src/dircolors.hin | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/dircolors.hin b/src/dircolors.hin index e60e11c..25dfc6e 100644 --- a/src/dircolors.hin +++ b/src/dircolors.hin @@ -102,7 +102,6 @@ EXEC 01;32 # archives or compressed (bright red) .tar 01;31 .tgz 01;31 -.svgz 01;31 .arj 01;31 .taz 01;31 .lzh 01;31 @@ -141,6 +140,7 @@ EXEC 01;32 .tiff 01;35 .png 01;35 .svg 01;35 +.svgz 01;35 .mng 01;35 .pcx 01;35 .mov 01;35 @@ -162,6 +162,7 @@ EXEC 01;32 .flc 01;35 .avi 01;35 .fli 01;35 +.flv 01;35 .gl 01;35 .dl 01;35 .xcf 01;35 -- 1.5.5.68.gd193e _______________________________________________ Bug-coreutils mailing list Bug-coreutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-coreutils