summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
-rw-r--r--debian/checkarray2
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 8fcf8e1a..bf814607 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,7 +6,7 @@ mdadm (4.0-1) UNRELEASED; urgency=medium
included in the initramfs.
* Add a warning to mkconf generated file that mdadm.conf is copied into
initrafms.
- * Fix checkaaray script. LP: #1599428
+ * Fix checkarray script bugs. LP: #1599428 Closes: #787950 Closes: #843665
-- Dimitri John Ledkov <xnox@ubuntu.com> Fri, 12 May 2017 12:31:46 +0100
diff --git a/debian/checkarray b/debian/checkarray
index 6b6857be..936cc257 100644
--- a/debian/checkarray
+++ b/debian/checkarray
@@ -196,7 +196,7 @@ for array in $arrays; do
low) ioarg='-c2 -n7'; renice=5;;
high) ioarg='-c2 -n0'; renice=0;;
realtime) ioarg='-c1 -n4'; renice=-5;;
- *) break;;
+ *) continue;;
esac
resync_pid= wait=5