FreeBSD 12.0-ALPHA1 (GENERIC) #0 r337557: Fri Aug 10 03:49:58 UTC 2018 When starting up the latest 12-CURRENT on a BeagleBone Black, I see the following warnings: /etc/rc: WARNING: $resolv_enable is not set properly - see rc.conf(5). ... /etc/rc: WARNING: $bthidd_evdev_support is not set properly - see rc.conf(5). ... /etc/rc: WARNING: $ipfw_netflow_enable is not set properly - see rc.conf(5). /etc/rc: WARNING: $devmatch_enable is not set properly - see rc.conf(5). /etc/rc: WARNING: $cfumass_enable is not set properly - see rc.conf(5). Workaround: In order to silence the warnings, I added to /etc/rc.conf: ... ### Fixes for malformed startup scripts resolv_enable="NO" bthidd_evdev_support="NO" ipfw_netflow_enable="NO" devmatch_enable="NO" cfumass_enable="NO"
I am sorry for sending a wrong bug report. I did a clean install of 12-ALPHA1 and renewed all the configuration files, and all the reported warnings have gone. Please excuse my fault.