summaryrefslogtreecommitdiff
path: root/update-ignore.d
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-12-25 14:48:05 -0500
committerJoey Hess <joey@gnu.kitenet.net>2009-12-25 14:48:05 -0500
commitafdd2320221883c1cb9e4b743694349285d95578 (patch)
treebf154062f17b77f36f4b965da05ffe5200cde187 /update-ignore.d
parent1a521fdcad128bab7d411b026a26a27edd20a131 (diff)
Add ucf backups to ignore list. (See #462355)
Diffstat (limited to 'update-ignore.d')
-rwxr-xr-xupdate-ignore.d/01update-ignore2
1 files changed, 2 insertions, 0 deletions
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"