summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog1
-rwxr-xr-xupdate-ignore.d/01update-ignore2
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"