summaryrefslogtreecommitdiff
path: root/debian/patches
diff options
context:
space:
mode:
authormartin f. krafft <madduck@madduck.net>2007-10-10 01:53:53 +0100
committermartin f. krafft <madduck@madduck.net>2007-10-12 21:37:26 +0100
commitad2ec687d0f77a5cbfae192afe94765ee87e35c8 (patch)
tree57bdc632a8829944323a89bb35aa2451febfda54 /debian/patches
parent257481d036a3a0f4f77546d0774f2cea874efadc (diff)
remove dpatch obsoleted by 66f8bbb
Diffstat (limited to 'debian/patches')
-rwxr-xr-xdebian/patches/99-monitor-6+10-FIX.dpatch19
1 files changed, 0 insertions, 19 deletions
diff --git a/debian/patches/99-monitor-6+10-FIX.dpatch b/debian/patches/99-monitor-6+10-FIX.dpatch
deleted file mode 100755
index 8372a3eb..00000000
--- a/debian/patches/99-monitor-6+10-FIX.dpatch
+++ /dev/null
@@ -1,19 +0,0 @@
-#! /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);