Subject: Re: fault?
To: Nicolas Saurbier <Nicolas.Saurbier@biodata.de>
From: Frederick Bruckman <fredb@immanent.net>
List: netbsd-help
Date: 10/28/2002 07:11:22
On Mon, 28 Oct 2002, Nicolas Saurbier wrote:

> "rcorder: Circular dependency on provision `mountcritremote' in file `/etc/rc.d/n
> etwork'."
>
> Background:
> I moved /etc/ifconfig.xxx and /etc/mygate to /usr/config/...
> I modified /etc/rc.d/network to the new path...
> Problem: /etc/rc.d/network is called, before /usr/config is mounted...
> I added mountcritremote to "require"-line in /etc/rc.d/network

Undo that, and instead, try adding

critical_filesystems_local="/usr"

(or "/usr/config", as applies) to "/etc/rc.conf".

Frederick