I should have marked my previous commit with an XXX to indicate it's a

workaround to a problem that shouldn't exist.

Noticed by:	ru
This commit is contained in:
Ken Smith 2004-08-09 01:42:32 +00:00
parent d10f73b311
commit eeb78f797c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=133351

View File

@ -64,7 +64,7 @@ dofs_md () {
fi
MDDEVICE=`mdconfig -a -t vnode -f ${FSIMG}`
# This sleep is needed to solve some sort of race condition
# XXX - This sleep is needed to solve some sort of race condition
sleep 5
if [ ! -c /dev/${MDDEVICE} ] ; then
echo "No /dev/$MDDEVICE" 1>&2