Subject: Re: running commands from ifconfig.
To: None <tech-net@netbsd.org>
From: Christos Zoulas <christos@astron.com>
List: tech-net
Date: 09/07/2005 22:17:30
In article <87ek80il7d.fsf@rei.outherlimits.org>,
Claes Leufven  <rinsan@lysator.liu.se> wrote:
>-=-=-=-=-=-
>
>Martin Husemann <martin@duskware.de> writes:
>
>> On Wed, Sep 07, 2005 at 11:58:16PM +0200, Claes Leufven wrote:
>>> !/sbin/ipwctl -i $int -f /etc/ipw2100-1.3.fw
>>
>> On my system ipwctl is in /usr/sbin. Did you move it? Do you have
>> /usr on a separate partition?
>
>Yes I moved it so it would be on my root partition. I ran ldd on
>ipwctl and it shows this
>
>/sbin/ipwctl:
>        -lc.12 => /usr/lib/libc.so.12
>
>So maybe thats the problem then? Is there anyway to force a mount of
>/usr before the startup of the network?
>
>Regards,
>Claes Leufven

In rc.conf I have:

critical_filesystems_local="/usr /var"

christos