summaryrefslogtreecommitdiff
path: root/update-ignore.d/01update-ignore
diff options
context:
space:
mode:
Diffstat (limited to 'update-ignore.d/01update-ignore')
-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"