]> git.proxmox.com Git - ceph.git/blob - patches/0004-debian-workaround-the-bug-in-dpkg-maintscript-helper.patch
c064ef2d52031c27dda5e6fdaa6f24c95a7a4fb0
[ceph.git] / patches / 0004-debian-workaround-the-bug-in-dpkg-maintscript-helper.patch
1 From c90f0605b6b94579ef0273e63934d4691eb69f00 Mon Sep 17 00:00:00 2001
2 From: Kefu Chai <kchai@redhat.com>
3 Date: Mon, 3 Jul 2017 16:51:21 +0800
4 Subject: [PATCH] debian: workaround the bug in dpkg-maintscript-helper
5
6 see https://bugs.launchpad.net/ubuntu/+source/snap-confine/+bug/1605052
7 and https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=582819
8
9 Fixes: http://tracker.ceph.com/issues/20453
10 Signed-off-by: Kefu Chai <kchai@redhat.com>
11 ---
12 debian/ceph-base.maintscript | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/debian/ceph-base.maintscript b/debian/ceph-base.maintscript
16 index 38e36d454f87..9afaacbcae1c 100644
17 --- a/debian/ceph-base.maintscript
18 +++ b/debian/ceph-base.maintscript
19 @@ -1,2 +1,2 @@
20 -rm_conffile /etc/logrotate.d/ceph.logrotate -- "$@"
21 -rm_conffile /etc/logrotate.d/ceph -- "$@"
22 +rm_conffile /etc/logrotate.d/ceph.logrotate
23 +rm_conffile /etc/logrotate.d/ceph