From: Jim Meyering Date: Tue, 2 Jun 2009 19:48:38 +0000 (+0200) Subject: dircolors: recognize .xz, .txz, .tbz and .tlz suffixes X-Git-Tag: v7.5~105 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7397c1e7bbe250d65377794bcdbfec80056358c;p=thirdparty%2Fcoreutils.git dircolors: recognize .xz, .txz, .tbz and .tlz suffixes * src/dircolors.hin: Add .xz, .txz, .tbz and .tlz. --- diff --git a/src/dircolors.hin b/src/dircolors.hin index 63af8cb1f7..b4e55ea3ec 100644 --- a/src/dircolors.hin +++ b/src/dircolors.hin @@ -1,7 +1,7 @@ # Configuration file for dircolors, a utility to help you set the # LS_COLORS environment variable used by GNU ls with the --color option. -# Copyright (C) 1996, 1999-2008 +# Copyright (C) 1996, 1999-2009 # Free Software Foundation, Inc. # Copying and distribution of this file, with or without modification, # are permitted provided the copyright notice and this notice are preserved. @@ -108,13 +108,17 @@ EXEC 01;32 .taz 01;31 .lzh 01;31 .lzma 01;31 +.tlz 01;31 +.txz 01;31 .zip 01;31 .z 01;31 .Z 01;31 .dz 01;31 .gz 01;31 +.xz 01;31 .bz2 01;31 .bz 01;31 +.tbz 01;31 .tbz2 01;31 .tz 01;31 .deb 01;31