summaryrefslogtreecommitdiffstats
path: root/patches/logrotate-3.7.1/deb-taboos.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/logrotate-3.7.1/deb-taboos.patch')
-rw-r--r--patches/logrotate-3.7.1/deb-taboos.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/patches/logrotate-3.7.1/deb-taboos.patch b/patches/logrotate-3.7.1/deb-taboos.patch
new file mode 100644
index 000000000..7d3d0f88d
--- /dev/null
+++ b/patches/logrotate-3.7.1/deb-taboos.patch
@@ -0,0 +1,17 @@
+Fix the taboo list to avoid .dpkg-old, etc.
+
+
+
+Index: logrotate-3.7.1/config.c
+===================================================================
+--- logrotate-3.7.1.orig/config.c 2006-04-08 20:46:40.147476352 +0100
++++ logrotate-3.7.1/config.c 2006-04-08 20:48:26.323326011 +0100
+@@ -30,6 +30,8 @@
+ #endif
+
+ static char * defTabooExts[] = { ".rpmsave", ".rpmorig", "~", ",v",
++ ".disabled", ".dpkg-old", ".dpkg-dist",
++ ".dpkg-new",
+ ".rpmnew", ".swp" };
+ static int defTabooCount = sizeof(defTabooExts) / sizeof(char *);
+