Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Jun 2007 14:46:01 +0900
From:      Makoto Matsushita <matusita@jp.FreeBSD.org>
To:        Peter Losher <plosher@plosh.net>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: rc.d scripts not honoring rc_conf_files setting in /etc/rc.conf?
Message-ID:  <4681F999.5090206@jp.FreeBSD.org>
In-Reply-To: <4681AEC8.6090903@plosh.net>
References:  <4681AEC8.6090903@plosh.net>

next in thread | previous in thread | raw e-mail | index | archive | help
> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4681F999.5090206>