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.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 6692 in the body.
You can then email your comments to 6692 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to owner <at> debbugs.gnu.org, bug-coreutils <at> gnu.org:
bug#6692; Package coreutils. (Wed, 21 Jul 2010 15:27:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to ovasik <at> redhat.com:
New bug report received and forwarded. Copy sent to bug-coreutils <at> gnu.org. (Wed, 21 Jul 2010 15:27:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

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 1 (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)]

Reply sent to Jim Meyering <jim <at> meyering.net>:
You have taken responsibility. (Sun, 17 Apr 2011 09:25:02 GMT) Full text and rfc822 format available.

Notification sent to ovasik <at> redhat.com:
bug acknowledged by developer. (Sun, 17 Apr 2011 09:25:02 GMT) Full text and rfc822 format available.

Message #10 received at 6692-done <at> debbugs.gnu.org (full text, mbox):

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




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 15 May 2011 11:24:05 GMT) Full text and rfc822 format available.

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

Previous Next


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