diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-12-25 14:48:05 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-12-25 14:48:05 -0500 |
commit | afdd2320221883c1cb9e4b743694349285d95578 (patch) | |
tree | bf154062f17b77f36f4b965da05ffe5200cde187 | |
parent | 1a521fdcad128bab7d411b026a26a27edd20a131 (diff) |
Add ucf backups to ignore list. (See #462355)
-rw-r--r-- | debian/changelog | 1 | ||||
-rwxr-xr-x | update-ignore.d/01update-ignore | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index eaf58a7..7150604 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ etckeeper (0.42) UNRELEASED; urgency=low * Deal with removal of the cache directory. Closes: #559418 + * Add ucf backups to ignore list. (See #462355) -- Joey Hess <joeyh@debian.org> Fri, 04 Dec 2009 13:10:28 -0500 diff --git a/update-ignore.d/01update-ignore b/update-ignore.d/01update-ignore index 510e13f..6ecf2e0 100755 --- a/update-ignore.d/01update-ignore +++ b/update-ignore.d/01update-ignore @@ -81,6 +81,8 @@ writefile () { if [ "$LOWLEVEL_PACKAGE_MANAGER" = dpkg ]; then comment "new and old versions of conffiles, stored by dpkg" ignore "*.dpkg-*" + comment "new and old versions of conffiles, stored by ucf" + ignore "*.ucf-*" nl elif [ "$LOWLEVEL_PACKAGE_MANAGER" = "rpm" ]; then comment "new and old versions of conffiles, stored by apt/rpm" |