I've been having trouble building releases for 4.3. It fails on checkflist, apparently it doesn't expect to see /etc/firmware/ral-rt2860. Output is:
[EMAIL PROTECTED]:/usr/src/distrib/sets# sh checkflist 115a116 > ./etc/firmware/ral-rt2860 [EMAIL PROTECTED]:/usr/src/distrib/sets# echo $? 1 [EMAIL PROTECTED]:/usr/src/distrib/sets# It looks like src/distrib/sets/lists/base/md.i386 is missing a line for ./etc/firmware/ral-rt2860. This gets added in revision 1.693, but the revision that was tagged OPENBSD_4_3 doesn't have that line. Adding the line locally lets checkflist succeed for me, but I'm not really sure if I'm just silencing a problem while producing an incorrect build. Is this file really supposed to be present in 4.3? TIA for any feedback, -Anthony

