From owner-freebsd-rc@FreeBSD.ORG Tue Aug 12 19:40:06 2008 Return-Path: Delivered-To: freebsd-rc@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 246CB106567A for ; Tue, 12 Aug 2008 19:40:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1F5DA8FC19 for ; Tue, 12 Aug 2008 19:40:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m7CJe5Qt059234 for ; Tue, 12 Aug 2008 19:40:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m7CJe5fu059233; Tue, 12 Aug 2008 19:40:05 GMT (envelope-from gnats) Date: Tue, 12 Aug 2008 19:40:05 GMT Message-Id: <200808121940.m7CJe5fu059233@freefall.freebsd.org> To: freebsd-rc@FreeBSD.org From: Jean-Charles Longuet Cc: Subject: Re: conf/126392: rc.conf ifconfig_xx keywords cannot be escaped X-BeenThere: freebsd-rc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Jean-Charles Longuet List-Id: "Discussion related to /etc/rc.d design and implementation." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Aug 2008 19:40:06 -0000 The following reply was made to PR conf/126392; it has been noted by GNATS. From: Jean-Charles Longuet To: bug-followup@freebsd.org, jclonguet@free.fr Cc: Subject: Re: conf/126392: rc.conf ifconfig_xx keywords cannot be escaped Date: Tue, 12 Aug 2008 21:10:04 +0200 From what I understand, wpa_supplicant is only used by client stations. In my case, I am configuring an access point with hostapd for the wpa handling, and do not require wpa_supplicant in any way, hence the configuration line I added in the intial report. More generaly, keywords can not be used anywhere in the ifconfig command line: you cannot set your ssid to such values, for example. There are workarounds, like running an extra ifconfig command in start_if.ath0, but that's just plain ugly, and I use FreeBSD to avoid this. Having an extra keyword meaning "do not look thereafter" could do the trick (something like "--" on command lines). -- Jc