Skip to content
Snippets Groups Projects
Commit 9a726542 authored by Daniel Schaal's avatar Daniel Schaal Committed by Elan Ruusamäe
Browse files

Add .dpkg-bak and .dpkg-del to default taboo list (#134)

parent 6b7618d9
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -6,6 +6,8 @@ All notable changes to this project will be documented in this file.
 
[UNRELEASED]: https://github.com/logrotate/logrotate/compare/3.12.3...master
 
- add ```.dpkg-bak``` and ```.dpkg-del``` to default tabooext list
## [3.12.3] - 2017-06-30
 
- ```copy``` and ```copytruncate``` directives now work together again
Loading
Loading
Loading
Loading
@@ -130,6 +130,8 @@ static const char *defTabooExts[] = {
",v",
".cfsaved",
".disabled",
".dpkg-bak",
".dpkg-del",
".dpkg-dist",
".dpkg-new",
".dpkg-old",
Loading
Loading
Loading
Loading
@@ -576,6 +576,8 @@ is replaced. At startup, the taboo extension list
.IR ,v ,
.IR .cfsaved ,
.IR .disabled ,
.IR .dpkg\-bak ,
.IR .dpkg\-del ,
.IR .dpkg\-dist ,
.IR .dpkg\-new ,
.IR .dpkg\-old ,
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment