kpa said:There's one reasonable way to split the rc.conf(5) settings to multiple files and that is to use /etc/rc.conf for base system settings and /etc/rc.conf.local for settings that apply to ports/packages only.
rc_conf_files="/etc/rc.conf /etc/rc.conf.local"
fluca1978 said:Hi,
just a curiosity: what is the rationale behind the choice of FreeBSD to have all services, interfaces, and stuff configured via /etc/rc.conf .... ?
# mkdir /etc/rc.conf.d
kpa said:There's one reasonable way to split the rc.conf(5) settings to multiple files and that is to use /etc/rc.conf for base system settings and /etc/rc.conf.local for settings that apply to ports/packages only.