From owner-svn-src-all@FreeBSD.ORG Fri Jun 26 03:02:15 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 93F741065673 for ; Fri, 26 Jun 2009 03:02:15 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx21.fluidhosting.com [204.14.89.4]) by mx1.freebsd.org (Postfix) with ESMTP id 20F078FC16 for ; Fri, 26 Jun 2009 03:02:14 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: (qmail 9713 invoked by uid 399); 26 Jun 2009 03:02:14 -0000 Received: from localhost (HELO ?192.168.0.102?) (dougb@dougbarton.us@127.0.0.1) by localhost with ESMTPAM; 26 Jun 2009 03:02:14 -0000 X-Originating-IP: 127.0.0.1 X-Sender: dougb@dougbarton.us Message-ID: <4A443A34.8030805@FreeBSD.org> Date: Thu, 25 Jun 2009 20:02:12 -0700 From: Doug Barton Organization: http://www.FreeBSD.org/ User-Agent: Thunderbird 2.0.0.22 (Windows/20090605) MIME-Version: 1.0 To: Sam Leffler References: <200906260127.n5Q1RG7N070584@svn.freebsd.org> <4A4429EC.6050202@freebsd.org> In-Reply-To: <4A4429EC.6050202@freebsd.org> X-Enigmail-Version: 0.95.7 OpenPGP: id=D5B2F0FB Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r195029 - head/etc X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Jun 2009 03:02:16 -0000 Sam Leffler wrote: > Using device names is a bad idea. Take a look at wpa_supplicant (for > example) for how to check the media status to determine whether a device > is wireless. I agree that it's not optimal, and I would prefer a dynamic solution as opposed to a static one. What mechanism would you suggest that would be available to a shell script relatively early in the boot process? Doug