From unknown Sat Jun 21 05:08:29 2025 X-Loop: help-debbugs@gnu.org Subject: bug#6692: [PATCH] dircolors: Add .ear, .war, .sar , for Java jar-like archives Resent-From: Ondrej Vasik Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-coreutils@gnu.org Resent-Date: Wed, 21 Jul 2010 15:27:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 6692 X-GNU-PR-Package: coreutils X-GNU-PR-Keywords: patch To: 6692@debbugs.gnu.org X-Debbugs-Original-To: bug-coreutils@gnu.org Reply-To: ovasik@redhat.com Received: via spool by submit@debbugs.gnu.org id=B.127972602124694 (code B ref -1); Wed, 21 Jul 2010 15:27:02 +0000 Received: (at submit) by debbugs.gnu.org; 21 Jul 2010 15:27:01 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1ObbCD-0006QE-Pa for submit@debbugs.gnu.org; Wed, 21 Jul 2010 11:26:58 -0400 Received: from mx10.gnu.org ([199.232.76.166]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Obars-0006Du-ML for submit@debbugs.gnu.org; Wed, 21 Jul 2010 11:05:57 -0400 Received: from lists.gnu.org ([199.232.76.165]:41073) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1ObasJ-0000Gj-HW for submit@debbugs.gnu.org; Wed, 21 Jul 2010 11:06:23 -0400 Received: from [140.186.70.92] (port=56848 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ObasH-0000TI-R6 for bug-coreutils@gnu.org; Wed, 21 Jul 2010 11:06:23 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_HI, T_RP_MATCHES_RCVD autolearn=unavailable version=3.3.1 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1ObasG-0006ml-1f for bug-coreutils@gnu.org; Wed, 21 Jul 2010 11:06:21 -0400 Received: from mx1.redhat.com ([209.132.183.28]:9720) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1ObasF-0006mR-QL for bug-coreutils@gnu.org; Wed, 21 Jul 2010 11:06:20 -0400 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o6LF6Iwm024119 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 21 Jul 2010 11:06:18 -0400 Received: from [10.34.24.233] (dhcp-2-233.brq.redhat.com [10.34.24.233] (may be forged)) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o6LF6Hgc014972 for ; Wed, 21 Jul 2010 11:06:17 -0400 From: Ondrej Vasik Content-Type: multipart/mixed; boundary="=-0JMqM210cLP7LkoXjpfc" Organization: Red Hat, Inc. Date: Wed, 21 Jul 2010 17:05:37 +0200 Message-ID: <1279724737.28809.4.camel@localhost.localdomain> Mime-Version: 1.0 X-Scanned-By: MIMEDefang 2.67 on 10.5.11.11 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-Spam-Score: -4.0 (----) X-Mailman-Approved-At: Wed, 21 Jul 2010 11:26:56 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -5.0 (-----) --=-0JMqM210cLP7LkoXjpfc Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-MIME-Autoconverted: from 8bit to quoted-printable by mx1.redhat.com id o6LF6Iwm024119 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=C3=A4 in rhbz #616497 . Greetings, Ondrej Vasik --=-0JMqM210cLP7LkoXjpfc Content-Disposition: attachment; filename="dircolors-javaarchives.patch" Content-Type: text/x-patch; name="dircolors-javaarchives.patch"; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-MIME-Autoconverted: from 8bit to quoted-printable by mx1.redhat.com id o6LF6Iwm024119 >From 110f2fb32d6c3ca20624d5122438c3abcf4fd6dc Mon Sep 17 00:00:00 2001 From: =3D?utf-8?q?Ond=3DC5=3D99ej=3D20Va=3DC5=3DA1=3DC3=3DADk?=3D Date: Wed, 21 Jul 2010 16:43:03 +0200 Subject: [PATCH] dircolors: Add .ear, .war, .sar , for Java jar-like arch= ives MIME-Version: 1.0 Content-Type: text/plain; charset=3DUTF-8 Content-Transfer-Encoding: 8bit * src/dircolors.hin: Add .ear, .war, .sar , for Java jar-like archives Suggested by Ville Skytt=C3=A4 in rhbz #616497 --- THANKS | 1 + src/dircolors.hin | 3 +++ 2 files changed, 4 insertions(+), 0 deletions(-) diff --git a/THANKS b/THANKS index caa40de..67e455f 100644 --- a/THANKS +++ b/THANKS @@ -615,6 +615,7 @@ Ulrich Hermisson ulrich_hermisson@= hotmail.com Urs Thuermann urs@isnogud.escape.de Uwe H. Steinfeld usteinfeld@gmx.net Vesselin Atanasov vesselin@bgnet.bg +Ville Skytt=C3=A4 ville.skytta@iki.fi Vin Shelton acs@alumni.princeton.edu Vineet Chadha chadha@acis.ufl.edu Vitali Lovich vlovich@gmail.com diff --git a/src/dircolors.hin b/src/dircolors.hin index 511fb16..5225930 100644 --- a/src/dircolors.hin +++ b/src/dircolors.hin @@ -127,6 +127,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 --=20 1.6.5.2 --=-0JMqM210cLP7LkoXjpfc-- From unknown Sat Jun 21 05:08:29 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: ovasik@redhat.com Subject: bug#6692: closed (Re: bug#6692: [PATCH] dircolors: Add .ear, .war, .sar , for Java jar-like archives) Message-ID: References: <87hb9xb58w.fsf@rho.meyering.net> <1279724737.28809.4.camel@localhost.localdomain> X-Gnu-PR-Message: they-closed 6692 X-Gnu-PR-Package: coreutils X-Gnu-PR-Keywords: patch Reply-To: 6692@debbugs.gnu.org Date: Sun, 17 Apr 2011 09:25:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1303032302-7008-1" This is a multi-part message in MIME format... ------------=_1303032302-7008-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" 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@debbugs.gnu.org. --=20 6692: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D6692 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1303032302-7008-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 6692-done) by debbugs.gnu.org; 17 Apr 2011 09:24:07 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QBOD8-0001no-Pi for submit@debbugs.gnu.org; Sun, 17 Apr 2011 05:24:07 -0400 Received: from mx.meyering.net ([82.230.74.64]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QBOD6-0001nL-Lc for 6692-done@debbugs.gnu.org; Sun, 17 Apr 2011 05:24:05 -0400 Received: by rho.meyering.net (Acme Bit-Twister, from userid 1000) id 2988C60110; Sun, 17 Apr 2011 11:23:59 +0200 (CEST) From: Jim Meyering To: ovasik@redhat.com Subject: Re: bug#6692: [PATCH] dircolors: Add .ear, .war, .sar , for Java jar-like archives In-Reply-To: <1279724737.28809.4.camel@localhost.localdomain> (Ondrej Vasik's message of "Wed, 21 Jul 2010 17:05:37 +0200") References: <1279724737.28809.4.camel@localhost.localdomain> Date: Sun, 17 Apr 2011 11:23:59 +0200 Message-ID: <87hb9xb58w.fsf@rho.meyering.net> Lines: 52 MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -5.9 (-----) X-Debbugs-Envelope-To: 6692-done Cc: 6692-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -5.9 (-----) 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=E4 in rhbz #616497 . Thank you. I've made minor adjustments (it's now THANKS.in) tweaked the long and applied that (finally): From=209f688b83637aea26c98661752d9b4e39441b65c3 Mon Sep 17 00:00:00 2001 From: =3D?UTF-8?q?Ond=3DC5=3D99ej=3D20Va=3DC5=3DA1=3DC3=3DADk?=3D 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=3DUTF-8 Content-Transfer-Encoding: 8bit * src/dircolors.hin: Add .ear, .war, .sar, for Java jar-like archives Suggested by Ville Skytt=E4 in https://bugzilla.redhat.com/616497. =2D-- 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 =2D-- a/THANKS.in +++ b/THANKS.in @@ -583,6 +583,7 @@ Ulrich Hermisson ulrich_hermisson@ho= tmail.com Urs Thuermann urs@isnogud.escape.de Uwe H. Steinfeld usteinfeld@gmx.net Vesselin Atanasov vesselin@bgnet.bg +Ville Skytt=E4 ville.skytta@iki.fi Vin Shelton acs@alumni.princeton.edu Vineet Chadha chadha@acis.ufl.edu Vitali Lovich vlovich@gmail.com diff --git a/src/dircolors.hin b/src/dircolors.hin index 5d43401..97a8ee4 100644 =2D-- 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 =2D- 1.7.5.rc1.228.g86d60b ------------=_1303032302-7008-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 21 Jul 2010 15:27:01 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1ObbCD-0006QE-Pa for submit@debbugs.gnu.org; Wed, 21 Jul 2010 11:26:58 -0400 Received: from mx10.gnu.org ([199.232.76.166]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Obars-0006Du-ML for submit@debbugs.gnu.org; Wed, 21 Jul 2010 11:05:57 -0400 Received: from lists.gnu.org ([199.232.76.165]:41073) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1ObasJ-0000Gj-HW for submit@debbugs.gnu.org; Wed, 21 Jul 2010 11:06:23 -0400 Received: from [140.186.70.92] (port=56848 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ObasH-0000TI-R6 for bug-coreutils@gnu.org; Wed, 21 Jul 2010 11:06:23 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_HI, T_RP_MATCHES_RCVD autolearn=unavailable version=3.3.1 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1ObasG-0006ml-1f for bug-coreutils@gnu.org; Wed, 21 Jul 2010 11:06:21 -0400 Received: from mx1.redhat.com ([209.132.183.28]:9720) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1ObasF-0006mR-QL for bug-coreutils@gnu.org; Wed, 21 Jul 2010 11:06:20 -0400 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o6LF6Iwm024119 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 21 Jul 2010 11:06:18 -0400 Received: from [10.34.24.233] (dhcp-2-233.brq.redhat.com [10.34.24.233] (may be forged)) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o6LF6Hgc014972 for ; Wed, 21 Jul 2010 11:06:17 -0400 Subject: [PATCH] dircolors: Add .ear, .war, .sar , for Java jar-like archives From: Ondrej Vasik To: bug-coreutils@gnu.org Content-Type: multipart/mixed; boundary="=-0JMqM210cLP7LkoXjpfc" Organization: Red Hat, Inc. Date: Wed, 21 Jul 2010 17:05:37 +0200 Message-ID: <1279724737.28809.4.camel@localhost.localdomain> Mime-Version: 1.0 X-Scanned-By: MIMEDefang 2.67 on 10.5.11.11 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-Spam-Score: -4.0 (----) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Wed, 21 Jul 2010 11:26:56 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: ovasik@redhat.com List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -5.0 (-----) --=-0JMqM210cLP7LkoXjpfc Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-MIME-Autoconverted: from 8bit to quoted-printable by mx1.redhat.com id o6LF6Iwm024119 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=C3=A4 in rhbz #616497 . Greetings, Ondrej Vasik --=-0JMqM210cLP7LkoXjpfc Content-Disposition: attachment; filename="dircolors-javaarchives.patch" Content-Type: text/x-patch; name="dircolors-javaarchives.patch"; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-MIME-Autoconverted: from 8bit to quoted-printable by mx1.redhat.com id o6LF6Iwm024119 >From 110f2fb32d6c3ca20624d5122438c3abcf4fd6dc Mon Sep 17 00:00:00 2001 From: =3D?utf-8?q?Ond=3DC5=3D99ej=3D20Va=3DC5=3DA1=3DC3=3DADk?=3D Date: Wed, 21 Jul 2010 16:43:03 +0200 Subject: [PATCH] dircolors: Add .ear, .war, .sar , for Java jar-like arch= ives MIME-Version: 1.0 Content-Type: text/plain; charset=3DUTF-8 Content-Transfer-Encoding: 8bit * src/dircolors.hin: Add .ear, .war, .sar , for Java jar-like archives Suggested by Ville Skytt=C3=A4 in rhbz #616497 --- THANKS | 1 + src/dircolors.hin | 3 +++ 2 files changed, 4 insertions(+), 0 deletions(-) diff --git a/THANKS b/THANKS index caa40de..67e455f 100644 --- a/THANKS +++ b/THANKS @@ -615,6 +615,7 @@ Ulrich Hermisson ulrich_hermisson@= hotmail.com Urs Thuermann urs@isnogud.escape.de Uwe H. Steinfeld usteinfeld@gmx.net Vesselin Atanasov vesselin@bgnet.bg +Ville Skytt=C3=A4 ville.skytta@iki.fi Vin Shelton acs@alumni.princeton.edu Vineet Chadha chadha@acis.ufl.edu Vitali Lovich vlovich@gmail.com diff --git a/src/dircolors.hin b/src/dircolors.hin index 511fb16..5225930 100644 --- a/src/dircolors.hin +++ b/src/dircolors.hin @@ -127,6 +127,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 --=20 1.6.5.2 --=-0JMqM210cLP7LkoXjpfc-- ------------=_1303032302-7008-1--