]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - ReadMe.c
Don't assume that mdmon is in the current directory.
[thirdparty/mdadm.git] / ReadMe.c
index d07ad7988d2f5a8f0b39ca243b8c28a216e57d5d..3fae1930654bdca81d099466648c8e94d2aab890 100644 (file)
--- a/ReadMe.c
+++ b/ReadMe.c
@@ -24,7 +24,7 @@
 
 #include "mdadm.h"
 
-char Version[] = Name " - v2.6.4 - 19th October 2007\n";
+char Version[] = Name " - v2.6.7 - 6th June 2008\n";
 
 /*
  * File: ReadMe.c
@@ -110,7 +110,7 @@ struct option long_options[] = {
 
     /* synonyms */
     {"monitor",   0, 0, 'F'},
-           
+
     /* after those will normally come the name of the md device */
     {"help",      0, 0, 'h'},
     {"help-options",0,0,'h'},
@@ -610,6 +610,7 @@ mapping_t pers[] = {
        { "raid10", 10},
        { "10", 10},
        { "faulty", LEVEL_FAULTY},
+       { "container", LEVEL_CONTAINER},
        { NULL, 0}
 };