GNU bug report logs -
#6692
[PATCH] dircolors: Add .ear, .war, .sar , for Java jar-like archives
Previous Next
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
[Message part 1 (text/plain, inline)]
Your bug report
#6692: [PATCH] dircolors: Add .ear, .war, .sar , for Java jar-like archives
which was filed against the coreutils package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 6692 <at> debbugs.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)]
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
[Message part 3 (message/rfc822, inline)]
[Message part 4 (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)]
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.