Index: etc/rc.subr =================================================================== --- etc/rc.subr +++ etc/rc.subr @@ -1371,6 +1371,10 @@ if [ -r /etc/defaults/rc.conf ]; then debug "Sourcing /etc/defaults/rc.conf" . /etc/defaults/rc.conf + # product/vendor overrides for /etc/defaults/rc.conf + if [ -r /etc/rc.vendor ]; then + . /etc/rc.vendor + fi source_rc_confs elif [ -r /etc/rc.conf ]; then debug "Sourcing /etc/rc.conf (/etc/defaults/rc.conf doesn't exist)."