]> git.ipfire.org Git - thirdparty/mdadm.git/commit
mdmon: don't mkdir /var/run
authorNeilBrown <neilb@suse.de>
Fri, 29 Jan 2010 01:20:11 +0000 (12:20 +1100)
committerNeilBrown <neilb@suse.de>
Thu, 4 Feb 2010 05:37:20 +0000 (16:37 +1100)
commit688a1e5b07dc46ae10aeafbda61c1700ad09551b
tree567f91335d619e733f477c4f7b766370d8396872
parente98ef2250905e8525bbdc0aab83e07a3de5a70ed
mdmon: don't mkdir /var/run

Creating /var/run in mdmon is really not justifiable.

If /var/run doesn't exist, then it is either deliberate and it should
be left that way to make sure the mapfile gets created in /dev, or
it is a configuration error and not our problem to fix.

Signed-off-by: NeilBrown <neilb@suse.de>
managemon.c