This led to oinit being installed as a file named 'sbin'. Remove this
file via etc/Makefile (during 'make upgrade') so that with the next
upgrade the file is installed correctly.
upgrade_etc: preupgrade remove-obsolete-files
# files that should be dirs (not possible with Makefile_upgrade.inc)
-.for f in usr/include/dev/misc/ppi
+.for f in usr/include/dev/misc/ppi usr/share/initrd/sbin
[ -d ${DESTDIR}/${f} ] || rm -f ${DESTDIR}/${f}
.endfor
.if !defined(BINARY_UPGRADE) # binary upgrade just copies these files
info
..
initrd
+ bin
+ ..
etc
..
- bin
+ sbin
..
..
installer