From: mwilck@arcor.de Date: Wed, 11 Sep 2013 20:15:19 +0000 (+0200) Subject: mdmon: honour --offroot, again X-Git-Tag: mdadm-3.3.1~120 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d79c72e16b32d7d6d0f535348286a7f2a966092;p=thirdparty%2Fmdadm.git mdmon: honour --offroot, again commit 3e32ba9d removed support for --offroot, and a9c15847 made mdmon use @ in argv[0] only when started from initrd. This breaks mdadm in OpenSUSE 12.3, which starts mdmon from the root file system and relies on --offroot to work as documented earlier. Reintroducing --offroot as an undocumented option, as its use is going to go away soon anyway. If this can't be applied, it should probably be included as distro-specific patch if mdadm 3.3 is built for OpenSUSE 12.3. I haven't checked if the patch is necesary for OpenSUSE Factory, too. Signed-off-by: Martin Wilck Signed-off-by: NeilBrown --- diff --git a/mdmon.c b/mdmon.c index f0b06237..8cd53d8b 100644 --- a/mdmon.c +++ b/mdmon.c @@ -320,7 +320,7 @@ int main(int argc, char *argv[]) dofork = 0; break; case OffRootOpt: - /* silently ignore old option */ + argv[0][0] = '@'; break; case 'h': default: