summaryrefslogtreecommitdiff
path: root/debian/patches
diff options
context:
space:
mode:
authormadduck <madduck@3cfab66f-1918-0410-86b3-c06b76f9a464>2007-05-21 12:33:14 +0000
committermadduck <madduck@3cfab66f-1918-0410-86b3-c06b76f9a464>2007-05-21 12:33:14 +0000
commit485d82417e603a97e55e9524760cc8dafa311db9 (patch)
tree330d8403ed822644e631460abd55db24b9c85a92 /debian/patches
parent34715b62749f3ece40b47097308903c46875f890 (diff)
preparing new upload with new upstream version
Diffstat (limited to 'debian/patches')
-rwxr-xr-xdebian/patches/99-monitor-6+10-FIX.dpatch19
1 files changed, 19 insertions, 0 deletions
diff --git a/debian/patches/99-monitor-6+10-FIX.dpatch b/debian/patches/99-monitor-6+10-FIX.dpatch
new file mode 100755
index 00000000..8372a3eb
--- /dev/null
+++ b/debian/patches/99-monitor-6+10-FIX.dpatch
@@ -0,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 99-monitor-6+10-FIX.dpatch by martin f. krafft <madduck@debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+@DPATCH@
+diff -urNad mdadm-2.6.2~/Monitor.c mdadm-2.6.2/Monitor.c
+--- mdadm-2.6.2~/Monitor.c 2007-05-21 14:24:20.000000000 +0200
++++ mdadm-2.6.2/Monitor.c 2007-05-21 14:24:45.000000000 +0200
+@@ -401,6 +401,8 @@
+ if (mse->devnum != MAXINT &&
+ (strcmp(mse->level, "raid1")==0 ||
+ strcmp(mse->level, "raid5")==0 ||
++ strcmp(mse->level, "raid6")==0 ||
++ strcmp(mse->level, "raid10")==0 ||
+ strcmp(mse->level, "multipath")==0)
+ ) {
+ struct state *st = malloc(sizeof *st);