[systemd-commits] src/shared

Lennart Poettering lennart at kemper.freedesktop.org
Mon Aug 11 06:33:00 PDT 2014


 src/shared/util.c |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 0cdfd26ef826f8a595ab7d85ebc37894f4f3d940
Author: Lennart Poettering <lennart at poettering.net>
Date:   Mon Aug 11 15:32:09 2014 +0200

    util: avoid considering dpkg temporary files relevant for anything
    
    https://bugs.freedesktop.org/show_bug.cgi?id=82453

diff --git a/src/shared/util.c b/src/shared/util.c
index e2c955b..586f17a 100644
--- a/src/shared/util.c
+++ b/src/shared/util.c
@@ -1422,6 +1422,7 @@ _pure_ static bool ignore_file_allow_backup(const char *filename) {
                 endswith(filename, ".rpmorig") ||
                 endswith(filename, ".dpkg-old") ||
                 endswith(filename, ".dpkg-new") ||
+                endswith(filename, ".dpkg-tmp") ||
                 endswith(filename, ".swp");
 }
 



More information about the systemd-commits mailing list