summaryrefslogtreecommitdiff
path: root/debian/mdadm-raid
diff options
context:
space:
mode:
authormadduck <madduck@3cfab66f-1918-0410-86b3-c06b76f9a464>2006-10-31 13:22:50 +0000
committermadduck <madduck@3cfab66f-1918-0410-86b3-c06b76f9a464>2006-10-31 13:22:50 +0000
commita267f1cc036d1f32b7ed73e582914461f57b3e8e (patch)
tree6f328b3f8aa2eb75ccd27338693e5179f4f46f48 /debian/mdadm-raid
parentc939fc38c4f1e20d267362bcbff7967a3fb7d06e (diff)
* Merged patch by Dan Pascu to nicely handle situations where a degraded
array only has one drive left nicely by the mdadm-raid script.
Diffstat (limited to 'debian/mdadm-raid')
-rw-r--r--debian/mdadm-raid2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/mdadm-raid b/debian/mdadm-raid
index 0a36c3cc..10e195f7 100644
--- a/debian/mdadm-raid
+++ b/debian/mdadm-raid
@@ -147,7 +147,7 @@ case "${1:-}" in
log_dev 0 $1 "started [$6/$6]"
;;
- *'has been started with '[[:digit:]]*' drives (out of '[[:digit:]]*').')
+ *'has been started with '[[:digit:]]*' drive'*' (out of '[[:digit:]]*').')
log_dev 0 $1 "degraded [$6/${10%).}]"
;;