From owner-freebsd-questions@FreeBSD.ORG Mon Nov 2 22:27:33 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1FCF0106568D for ; Mon, 2 Nov 2009 22:27:33 +0000 (UTC) (envelope-from onemda@gmail.com) Received: from mail-ew0-f209.google.com (mail-ew0-f209.google.com [209.85.219.209]) by mx1.freebsd.org (Postfix) with ESMTP id AAC668FC1F for ; Mon, 2 Nov 2009 22:27:32 +0000 (UTC) Received: by ewy5 with SMTP id 5so120829ewy.36 for ; Mon, 02 Nov 2009 14:27:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=I/zcH7R/lKKXtfhJ4/9cwi3kPvSjGrJ/HgdVVKrCHGc=; b=BKHC0ez34H0xez2EsLrjkR2HgsDKEfe0L9iKmQ+97XZCZL8PEnh9RRPAQC4NxbFNNZ nGJFp0onSfkwYOdAE8K7rDCOTDwI8UF8ulcDMFBJCnYUrauq1dwxpVHekVu19vpSzaFy eDXjtQk9lWSuL9YVb0G7NxKghpie6FORvJ8pk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=liOm07t839oRkuTutcqhVOyOdBeXWDLLSrRsn8i7Hv2CAHyHudHlsaEt3VKDbTsyoa xW0dNfMR9gCCfQOUYto3YI6Y/Ez5zzv7aPbBQDrX+eqlX8OnxiAYNJIx9dnMSC7ip7JY /BLcv6IYbvPhs/FvjSUzei8dOOBFTkr+4hDmg= MIME-Version: 1.0 Received: by 10.216.88.7 with SMTP id z7mr924311wee.19.1257200851542; Mon, 02 Nov 2009 14:27:31 -0800 (PST) In-Reply-To: <20091102221422.GA7482@guilt.hydra> References: <20091102221422.GA7482@guilt.hydra> Date: Mon, 2 Nov 2009 23:27:31 +0100 Message-ID: <3a142e750911021427ua460887vdd6a22382c3c1939@mail.gmail.com> From: Paul B Mahol To: FreeBSD Questions Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: WPA: specify alternate config file in rc.conf X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Nov 2009 22:27:33 -0000 On 11/2/09, Chad Perrin wrote: > If I want to start wpa_supplicant directly, and specify a particular > configuration file, I can do something like this: > > wpa_supplicant -i iwi0 -c /path/to/wpa_alternate.conf > > How would I specify the use of /path/to/wpa_alternate.conf in my rc.conf > ifconfig line, rather than just going with the default > /etc/wpa_supplicant.conf file? Look into /etc/defaults/rc.conf for hint.