GNU bug report logs - #6692
[PATCH] dircolors: Add .ear, .war, .sar , for Java jar-like archives

Previous Next

Package: coreutils;

Reported by: ovasik <at> redhat.com

Date: Wed, 21 Jul 2010 15:27:02 UTC

Severity: normal

Tags: patch

Done: Jim Meyering <jim <at> meyering.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Jim Meyering <jim <at> meyering.net>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#6692: closed ([PATCH] dircolors: Add .ear, .war, .sar , for
 Java jar-like archives)
Date: Sun, 17 Apr 2011 09:25:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sun, 17 Apr 2011 11:23:59 +0200
with message-id <87hb9xb58w.fsf <at> rho.meyering.net>
and subject line Re: bug#6692: [PATCH] dircolors: Add .ear, .war, .sar , for Java jar-like archives
has caused the GNU bug report #6692,
regarding [PATCH] dircolors: Add .ear, .war, .sar , for Java jar-like archives
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
6692: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=6692
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Ondrej Vasik <ovasik <at> redhat.com>
To: bug-coreutils <at> gnu.org
Subject: [PATCH] dircolors: Add .ear, .war, .sar , for Java jar-like archives
Date: Wed, 21 Jul 2010 17:05:37 +0200
[Message part 3 (text/plain, inline)]
Hi,

Attached patch adds colorizing *.war, *.sar and *.ear (Java EE archives,
similar on surface as *.jar) with the archive color.
This was suggested/requested by Ville Skyttä in rhbz #616497 .

Greetings,
         Ondrej Vasik
[dircolors-javaarchives.patch (text/x-patch, attachment)]
[Message part 5 (message/rfc822, inline)]
From: Jim Meyering <jim <at> meyering.net>
To: ovasik <at> redhat.com
Cc: 6692-done <at> debbugs.gnu.org
Subject: Re: bug#6692: [PATCH] dircolors: Add .ear, .war, .sar ,
	for Java jar-like archives
Date: Sun, 17 Apr 2011 11:23:59 +0200
Ondrej Vasik wrote:
> Attached patch adds colorizing *.war, *.sar and *.ear (Java EE archives,
> similar on surface as *.jar) with the archive color.
> This was suggested/requested by Ville Skyttä in rhbz #616497 .

Thank you.
I've made minor adjustments (it's now THANKS.in) tweaked
the long and applied that (finally):

From 9f688b83637aea26c98661752d9b4e39441b65c3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ond=C5=99ej=20Va=C5=A1=C3=ADk?= <ovasik <at> redhat.com>
Date: Sun, 17 Apr 2011 11:20:47 +0200
Subject: [PATCH] dircolors: add .ear, .war, .sar, for Java jar-like archives
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

* src/dircolors.hin: Add .ear, .war, .sar, for Java jar-like archives
Suggested by Ville Skyttä in https://bugzilla.redhat.com/616497.
---
 THANKS.in         |    1 +
 src/dircolors.hin |    3 +++
 2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/THANKS.in b/THANKS.in
index 2e039e3..bd8645f 100644
--- a/THANKS.in
+++ b/THANKS.in
@@ -583,6 +583,7 @@ Ulrich Hermisson                    ulrich_hermisson <at> hotmail.com
 Urs Thuermann                       urs <at> isnogud.escape.de
 Uwe H. Steinfeld                    usteinfeld <at> gmx.net
 Vesselin Atanasov                   vesselin <at> bgnet.bg
+Ville Skyttä                        ville.skytta <at> iki.fi
 Vin Shelton                         acs <at> alumni.princeton.edu
 Vineet Chadha                       chadha <at> acis.ufl.edu
 Vitali Lovich                       vlovich <at> gmail.com
diff --git a/src/dircolors.hin b/src/dircolors.hin
index 5d43401..97a8ee4 100644
--- a/src/dircolors.hin
+++ b/src/dircolors.hin
@@ -130,6 +130,9 @@ EXEC 01;32
 .deb 01;31
 .rpm 01;31
 .jar 01;31
+.war 01;31
+.ear 01;31
+.sar 01;31
 .rar 01;31
 .ace 01;31
 .zoo 01;31
--
1.7.5.rc1.228.g86d60b


This bug report was last modified 14 years and 41 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.