Subject: Re: D-Link DWL-G510
To: None <aball@students.prairiestate.edu>
From: FUKAUMI Naoki <naoki@fukaumi.org>
List: tech-net
Date: 01/29/2007 13:03:23
Hi Andrew Ball,

Are / and /usr separated partition? If so, try

  # echo "critical_filesystems_local="/var /usr" >> /etc/rc.conf

wpa_suppilicant is executed between mountcritlocal and mountcritremote.
wpa_suppilicant is placed in /usr/sbin/.

I think wpa_supplicant should be placed in /sbin/.

At Mon, 29 Jan 2007 03:06:56 -0000 (GMT),
Andrew Ball wrote:
> tinman# cat /etc/rc.d/wpa_supplicant
> #!/bin/sh
> #
> # $NetBSD: wpa_supplicant,v 1.1 2006/10/07 20:52:52 rpaulo Exp $
> #
> 
> # PROVIDE: wpa_supplicant
> # REQUIRE: network mountcritlocal
> # BEFORE:  NETWORKING dhclient
> 
> $_rc_subr_loaded . /etc/rc.subr
> 
> name="wpa_supplicant"
> rcvar=$name
> command="/usr/sbin/wpa_supplicant"
> 
> load_rc_config $name
> run_rc_command "$1"

--
FUKAUMI Naoki