From owner-freebsd-stable@FreeBSD.ORG Thu Jan 26 23:59:07 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 05D8316A420 for ; Thu, 26 Jan 2006 23:59:07 +0000 (GMT) (envelope-from bsd@unixforge.net) Received: from mail.sectornotfound.com (mail.sectornotfound.com [209.139.233.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D67543D7B for ; Thu, 26 Jan 2006 23:58:58 +0000 (GMT) (envelope-from bsd@unixforge.net) Received: from hannibal.int.sectornotfound.com (hannibal.int.sectornotfound.com [192.168.98.3]) by murdock.sectornotfound.com (8.13.1/8.13.1) with ESMTP id k0QNwWoe075391; Thu, 26 Jan 2006 15:58:33 -0800 (PST) (envelope-from bsd@unixforge.net) Received: from [192.168.3.212] (gw.activestate.com [209.17.183.249]) (authenticated bits=0) by hannibal.int.sectornotfound.com (8.13.1/8.12.10) with ESMTP id k0QNwWbC035795; Thu, 26 Jan 2006 15:58:32 -0800 (PST) (envelope-from bsd@unixforge.net) Message-ID: <43D96205.8020304@unixforge.net> Date: Thu, 26 Jan 2006 15:57:57 -0800 From: "Eli K. Breen" User-Agent: Mozilla Thunderbird 1.0 (X11/20050101) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Mark Andrews References: <200601262337.k0QNbU1M077943@drugs.dv.isc.org> In-Reply-To: <200601262337.k0QNbU1M077943@drugs.dv.isc.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org, David Kirchner Subject: Re: FreeBSD 6.0 - Network operations result in : not found? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Jan 2006 23:59:07 -0000 Is that behaviour actually documented anywhere? -E- Mark Andrews wrote: >>in rc.conf: >> >>ifconfig_fxp0= "inet netmask 255.255.255.0" > > > Which says execute the '"inet netmask 255.255.255.0"' command > with ifconfig_fxp0 envirioment variable set to the empty string. > > ifconfig_fxp0="inet netmask 255.255.255.0" > > is the correct syntax for setting ifconfig_fxp0 to > "inet netmask 255.255.255.0"