NeilBrown: Allow --config in --incremental mode.

Martin F. Krafft madduck at alioth.debian.org
Tue Feb 3 10:10:09 UTC 2009


Module: mdadm
Branch: upstream
Commit: 504fb2e7f35884745d3f40ad037f42b4a515f33b
URL:    http://git.debian.org/?p=pkg-mdadm/mdadm.git;a=commit;h=504fb2e7f35884745d3f40ad037f42b4a515f33b

Author: NeilBrown <neilb at suse.de>
Date:   Thu Sep 18 15:05:46 2008 +1000

Allow --config in --incremental mode.

---

 mdadm.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/mdadm.c b/mdadm.c
index af9627d..d680ea7 100644
--- a/mdadm.c
+++ b/mdadm.c
@@ -643,6 +643,7 @@ int main(int argc, char *argv[])
 			continue;
 
 		case O(ASSEMBLE,'c'): /* config file */
+		case O(INCREMENTAL, 'c'):
 		case O(MISC, 'c'):
 		case O(MONITOR,'c'):
 			if (configfile) {




More information about the pkg-mdadm-commits mailing list