]> Zhao Yanbai Git Server - minix.git/commit
mkfs: only complain about failing stat with -d 78/578/2
authorBen Gras <ben@minix3.org>
Thu, 23 May 2013 00:43:33 +0000 (02:43 +0200)
committerBen Gras <ben@minix3.org>
Thu, 23 May 2013 10:09:38 +0000 (12:09 +0200)
commitfd5f2edf35326fd0f0254c1020a4e075112c48dc
tree2bb4726eeac76e5379b7c8e803087deddce92834
parentd12d57dcd872822ad7259dd7976c6a9bc89dee3e
mkfs: only complain about failing stat with -d

mkfs -d is a feature that needs a stat() of the mkfs binary, which
often fails (as mkfs is often not invoked with a full path or from
the same directory). it makes setup look a bit messy as the error
is always printed while installing the system, for each created FS,
even though the situation is harmless. This change only complains
when the stat is actually needed (-d).

Change-Id: I54ac01505aa97c1cbe40456c04a35aed5a7ee953
usr.sbin/mkfs.mfs/mkfs.c