Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Aug 2001 13:38:55 -0400
From:      "Dan Langille" <dan@langille.org>
To:        "Kevin Oberman" <oberman@es.net>
Cc:        mobile@FreeBSD.ORG
Subject:   Re: setting keys : pccard.conf or dhclient-exit-hooks 
Message-ID:  <200108021738.f72Hcwt77892@lists.unixathome.org>
In-Reply-To: <200108021732.f72HWim05036@ptavv.es.net>
References:  Your message of "Thu, 02 Aug 2001 13:24:28 EDT."             <200108021724.f72HOUt77757@lists.unixathome.org> 

next in thread | previous in thread | raw e-mail | index | archive | help
On 2 Aug 2001, at 10:32, Kevin Oberman wrote:

> What version of FreeBSD are you running? The start_if capability is
> fairly new. 
> 
> If you are running stable, do you run mergemaster? 

DOH.  4.3-stable.

> The execution of the start_if files is called by /etc/pccard_ether.
> You can grep it for the string or look at the file. The call to
> start_if is at about line 60.

Here's what I found from line 60:

case ${startstop} in
[Ss][Tt][Aa][Rr][Tt] | '')
        if [ -r /etc/start_if.${interface} ]; then
                . /etc/start_if.${interface}
        fi


$ ls -l start_if.wi0
-rwxr-x--x  1 root  wheel  55 Aug  2 13:22 start_if.wi0


thanks.

-- 
Dan Langille
pgpkey - finger dan@unixathome.org | http://unixathome.org/finger.php

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-mobile" in the body of the message




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