What is the difference between /etc/rc.d and /usr/local/etc/rc.d directories in FreeBSD?
/etc/rc.d directory contains system startup scripts which are executed at boot time, but /usr/local/etc/rc.d directory contains third-party startup scripts which are also executed at boot time.