# This is rc.conf - a file full of useful variables that you can set
# to change the default startup behavior of your system. You should
# not edit this file! Put any overrides into one of the
# ${rc_conf_files} instead and you will be able to update these
# defaultslater without spamming your local configuration information.
And a little later on you find out what those files actually are:
rc_conf_files="/etc/rc.conf /etc/rc.conf.local"
This means that /etc/rc.conf now contains only those things which are
different on your system from the defaults specified in /etc/defaults/rc.conf.
I think this is a much better way of doing things. If you want to help
someone out, you can instantly see what you have changed on your system because it's all
in one place!