mirror of
https://git.proxmox.com/git/ceph.git
synced 2025-04-28 23:11:17 +00:00

with a cycle through `git am -3 ...` in the upstream repo, `rm *.patch` here, and `git format-patch --zero-commit --no-signature --diff-algorithm=myers --no-numbered -o ...` in the upstream repo again. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
30 lines
1.0 KiB
Diff
30 lines
1.0 KiB
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: Dominik Csapak <d.csapak@proxmox.com>
|
|
Date: Fri, 28 Jun 2019 16:31:34 +0200
|
|
Subject: [PATCH] remove legacy init.d ceph script
|
|
|
|
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
|
|
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
|
|
---
|
|
debian/ceph-base.install | 1 -
|
|
debian/ceph-base.maintscript | 1 +
|
|
2 files changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/debian/ceph-base.install b/debian/ceph-base.install
|
|
index a3d7757a585..51fafb6e90a 100644
|
|
--- a/debian/ceph-base.install
|
|
+++ b/debian/ceph-base.install
|
|
@@ -1,4 +1,3 @@
|
|
-etc/init.d/ceph
|
|
lib/systemd/system/ceph-crash.service
|
|
usr/bin/ceph-crash
|
|
usr/bin/ceph-debugpack
|
|
diff --git a/debian/ceph-base.maintscript b/debian/ceph-base.maintscript
|
|
index 196dc084135..180b7dfde4d 100644
|
|
--- a/debian/ceph-base.maintscript
|
|
+++ b/debian/ceph-base.maintscript
|
|
@@ -1,2 +1,3 @@
|
|
+rm_conffile /etc/init.d/ceph 14.2.1-pve1 ceph-base
|
|
rm_conffile /etc/logrotate.d/ceph
|
|
rm_conffile /etc/logrotate.d/ceph.logrotate
|