From owner-freebsd-questions@FreeBSD.ORG Thu Jan 12 15:26:54 2012 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 7F930106564A for ; Thu, 12 Jan 2012 15:26:54 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from asbnvacz-mailrelay01.megapath.net (asbnvacz-mailrelay01.megapath.net [207.145.128.243]) by mx1.freebsd.org (Postfix) with ESMTP id 4837D8FC14 for ; Thu, 12 Jan 2012 15:26:54 +0000 (UTC) Received: from mail5.sea5.speakeasy.net (mail5.sea5.speakeasy.net [69.17.117.49]) by asbnvacz-mailrelay01.megapath.net (Postfix) with ESMTP id 4F781A715E4 for ; Thu, 12 Jan 2012 10:09:08 -0500 (EST) Received: (qmail 5215 invoked from network); 12 Jan 2012 15:09:08 -0000 Received: by simscan 1.4.0 ppid: 12581, pid: 24627, t: 0.1335s scanners: clamav: 0.88.2/m:52/d:10739 Received: from unknown (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail5.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 12 Jan 2012 15:09:08 -0000 Received: from lowell-desk.lan (lowell-desk.lan [172.30.250.8]) by be-well.ilk.org (Postfix) with ESMTP id 685C35645E; Thu, 12 Jan 2012 10:09:02 -0500 (EST) Received: by lowell-desk.lan (Postfix, from userid 1147) id 750D539841; Thu, 12 Jan 2012 10:09:00 -0500 (EST) From: Lowell Gilbert To: kpneal@pobox.com References: <20120112145735.GB89712@neutralgood.org> Date: Thu, 12 Jan 2012 10:09:00 -0500 In-Reply-To: <20120112145735.GB89712@neutralgood.org> (kpneal@pobox.com's message of "Thu, 12 Jan 2012 09:57:35 -0500") Message-ID: <44obu9c60j.fsf@lowell-desk.lan> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: Blocking until the network is ready at boot? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jan 2012 15:26:54 -0000 kpneal@pobox.com writes: > What's the correct way to get the rc.d scripts to block until the > network interface is _fully_ ready to carry traffic? According to rc.conf(5), netwait_enable is what you want.