summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-11-09 11:55:29 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-11-09 11:55:48 +0000
commitdca6068595ded13a9968d3b057356764b0236bae (patch)
tree3ac721b5a9482f7eafb9d39c0c61ed7cdc12abb3
parentRefreshing host-name-in-default-mailfrom.patch. (diff)
downloadmdadm-dca6068595ded13a9968d3b057356764b0236bae.tar.xz
mdadm-dca6068595ded13a9968d3b057356764b0236bae.zip
Refreshing exit-gracefully-when-md-device-not-found.patch.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/patches/debian/0003-exit-gracefully-when-md-device-not-found.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/patches/debian/0003-exit-gracefully-when-md-device-not-found.patch b/debian/patches/debian/0003-exit-gracefully-when-md-device-not-found.patch
index 225a8a3..79290cb 100644
--- a/debian/patches/debian/0003-exit-gracefully-when-md-device-not-found.patch
+++ b/debian/patches/debian/0003-exit-gracefully-when-md-device-not-found.patch
@@ -1,10 +1,10 @@
Author: Felix Lechner <felix.lechner@lease-up.com>
Description: Exit gracefully when md device not found (Closes: #970329).
-diff -Naurp mdadm.orig/Monitor.c mdadm/Monitor.c
---- mdadm.orig/Monitor.c
-+++ mdadm/Monitor.c
-@@ -554,8 +554,14 @@ static int check_array(struct state *st,
+diff -Naurp mdadm.orig/mdmonitor.c mdadm/mdmonitor.c
+--- mdadm.orig/mdmonitor.c 2024-11-09 12:52:12.929661827 +0100
++++ mdadm/mdmonitor.c 2024-11-09 12:54:35.666987182 +0100
+@@ -761,8 +761,14 @@ static int check_array(struct state *st,
if (fd < 0)
goto disappeared;