Subject: Re: Problems with rc.conf
To: Daniel Eggert <danieleggert@mac.com>
From: Frederick Bruckman <fredb@immanent.net>
List: netbsd-help
Date: 04/09/2003 10:17:12
On Wed, 9 Apr 2003, Daniel Eggert wrote:

> On Wednesday, April 09, 2003, at 09:48AM, Daniel Eggert <danieleggert@mac.com> wrote:
>
> During startup I see these (which explains some of it):
>
> rcorder: could not open /etc/rc.d/apache: No such file or directory
> rcorder: could not open /etc/rc.d/authdaemond: No such file or directory
> rcorder: could not open /etc/rc.d/courierimap: No such file or directory
> rcorder: could not open /etc/rc.d/courierimaps: No such file or directory
> rcorder: could not open /etc/rc.d/sasl_pwcheck: No such file or directory
> rcorder: could not open /etc/rc.d/saslauthd: No such file or directory
>
> I have no idea what to make of them, though, since I all of the
> above are symlinks to (existing) files on my /usr partition. I've
> put in

Don't do that...

> critical_filesystems_local="/usr"
>
> as I thought that would help, bit it appears not to.

"mountcritlocal" is one of the rc.d scripts that "rcorder" has to be
able to read before it can sort them. The simplest thing would be to
just copy the scripts into "/etc/rc.d/".

Frederick