diff options
-rw-r--r-- | debian/patches/debian/0003-exit-gracefully-when-md-device-not-found.patch | 8 |
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; |