GNU bug report logs -
#64027
[PATCH] dircolors: update list of backup file extensions
Previous Next
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.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 64027 in the body.
You can then email your comments to 64027 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-coreutils <at> gnu.org
:
bug#64027
; Package
coreutils
.
(Mon, 12 Jun 2023 20:28:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Ville Skyttä <ville.skytta <at> iki.fi>
:
New bug report received and forwarded. Copy sent to
bug-coreutils <at> gnu.org
.
(Mon, 12 Jun 2023 20:28:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Reply sent
to
Pádraig Brady <P <at> draigBrady.com>
:
You have taken responsibility.
(Mon, 12 Jun 2023 21:03:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Ville Skyttä <ville.skytta <at> iki.fi>
:
bug acknowledged by developer.
(Mon, 12 Jun 2023 21:03:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 64027-done <at> debbugs.gnu.org (full text, mbox):
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
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Tue, 11 Jul 2023 11:24:07 GMT)
Full text and
rfc822 format available.
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.