rc.d scripts not honoring rc_conf_files setting in /etc/rc.conf?
Makoto Matsushita
matusita at jp.FreeBSD.org
Wed Jun 27 06:06:11 UTC 2007
> In /etc/rc.conf, all I have is:
>
> rc_conf_files="/etc/rc.conf /etc/rc.conf.default /etc/rc.conf.local"
You cannot tweak the variable "rc_conf_files" in your /etc/rc.conf or
whatever files except /etc/defaults/rc.conf. Please be sure that the
variable should be used before loading /etc/rc.conf (and all files
listed in the variable.)
As others said, use /etc/rc.conf as default and /etc/rc.conf.local as
local options, and you'll be happy with it.
--
Makoto `MAR' Matsushita
More information about the freebsd-stable
mailing list