GNU bug report logs - #64027
[PATCH] dircolors: update list of backup file extensions

Previous Next

Package: coreutils;

Reported by: Ville Skyttä <ville.skytta <at> iki.fi>

Date: Mon, 12 Jun 2023 20:28:02 UTC

Severity: normal

Tags: patch

Done: Pádraig Brady <P <at> draigBrady.com>

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: Ville Skyttä <ville.skytta <at> iki.fi>
Subject: bug#64027: closed (Re: bug#64027: [PATCH] dircolors: update list
 of backup file extensions)
Date: Mon, 12 Jun 2023 21:03:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#64027: [PATCH] dircolors: update list of backup file extensions

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 64027 <at> debbugs.gnu.org.

-- 
64027: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=64027
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Pádraig Brady <P <at> draigBrady.com>
To: Ville Skyttä <ville.skytta <at> iki.fi>,
 64027-done <at> debbugs.gnu.org
Subject: Re: bug#64027: [PATCH] dircolors: update list of backup file
 extensions
Date: Mon, 12 Jun 2023 22:02:17 +0100
On 12/06/2023 21:27, Ville Skyttä wrote:
> * src/dircolors.hin: sort backup section by extension
> * src/dircolors.hin: treat .dpkg-new and .dpkg-tmp as backup files
> https://www.debian.org/doc/manuals/debian-handbook/sect.package-meta-information.en.html#sect.conffiles
> * src/dircolors.hin: treat .crdownload (Chromium based browsers' partial
> download) as a backup file

Applied.

thanks,
Pádraig

[Message part 3 (message/rfc822, inline)]
From: Ville Skyttä <ville.skytta <at> iki.fi>
To: bug-coreutils <at> gnu.org
Subject: [PATCH] dircolors: update list of backup file extensions
Date: Mon, 12 Jun 2023 23:27:37 +0300
* src/dircolors.hin: sort backup section by extension
* src/dircolors.hin: treat .dpkg-new and .dpkg-tmp as backup files
https://www.debian.org/doc/manuals/debian-handbook/sect.package-meta-information.en.html#sect.conffiles
* src/dircolors.hin: treat .crdownload (Chromium based browsers' partial
download) as a backup file
---
 src/dircolors.hin | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/src/dircolors.hin b/src/dircolors.hin
index 262e1b5ec..353831cdf 100644
--- a/src/dircolors.hin
+++ b/src/dircolors.hin
@@ -228,20 +228,23 @@ EXEC 01;32
 *~ 00;90
 *# 00;90
 .bak 00;90
+.crdownload 00;90
+.dpkg-dist 00;90
+.dpkg-new 00;90
+.dpkg-old 00;90
+.dpkg-tmp 00;90
 .old 00;90
 .orig 00;90
 .part 00;90
 .rej 00;90
+.rpmnew 00;90
+.rpmorig 00;90
+.rpmsave 00;90
 .swp 00;90
 .tmp 00;90
-.dpkg-dist 00;90
-.dpkg-old 00;90
 .ucf-dist 00;90
 .ucf-new 00;90
 .ucf-old 00;90
-.rpmnew 00;90
-.rpmorig 00;90
-.rpmsave 00;90
 
 #
 # Subsequent TERM or COLORTERM entries, can be used to add / override
-- 
2.25.1




This bug report was last modified 1 year and 346 days ago.

Previous Next


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