From owner-freebsd-stable@FreeBSD.ORG Fri May 27 10:03:07 2011 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 582FC106564A for ; Fri, 27 May 2011 10:03:07 +0000 (UTC) (envelope-from nickolasbug@gmail.com) Received: from mail-qw0-f54.google.com (mail-qw0-f54.google.com [209.85.216.54]) by mx1.freebsd.org (Postfix) with ESMTP id 0FC0A8FC12 for ; Fri, 27 May 2011 10:03:06 +0000 (UTC) Received: by qwc9 with SMTP id 9so1075285qwc.13 for ; Fri, 27 May 2011 03:03:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=zVtQYJjDtPaqHjRLo/oVD13AIOS/Qtr5vdHcU+GiFSM=; b=EaAzIQoWGHuNqg+Xs1vO96F6QsszeATx1seaQCO5ujtsQWMuVbOlHk8VLQbCRfDhWM jeBxUOOQJ+zeKQD3AhdeuwDzw3GmABtuxnok1RulQ1mIC3GlwVhuDVBuFWFwhoR+TmCa PE8hZ8zyAnztNLuvbA/9HZCBgkNdiVnOgj1u0= 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 :cc:content-type:content-transfer-encoding; b=OaBXdRVJiWWcbicoKNmLkSotf9rcV0qPXVs2HLdsM057aC9Fl+XgsqtaXPN/afhIkL trtQPD77m6MYt1Jk64KiKiEcHr+9BfWpB31ht7Ft1dAFAKhm6ts/MHzPTidjlNDNaDmf chwBexIJvcC7QzJX1dXtqImUxhSTJI0VL+BrE= MIME-Version: 1.0 Received: by 10.229.48.74 with SMTP id q10mr1438391qcf.141.1306488987318; Fri, 27 May 2011 02:36:27 -0700 (PDT) Received: by 10.229.218.65 with HTTP; Fri, 27 May 2011 02:36:27 -0700 (PDT) In-Reply-To: <20110526231447.GA92428@icarus.home.lan> References: <20110526231447.GA92428@icarus.home.lan> Date: Fri, 27 May 2011 12:36:27 +0300 Message-ID: From: nickolasbug@gmail.com To: Jeremy Chadwick Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-stable@freebsd.org, William Palfreman Subject: Re: mountlate not late enough for nfe0 with dhcp 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: Fri, 27 May 2011 10:03:07 -0000 2011/5/27 Jeremy Chadwick : > This has been discussed at length in the past, causing me to write an > rc.d script to work around the problem. =A0You can drop this script into > /usr/local/etc/rc.d, chmod 755 it, and make use of it appropriately. > The comments in the script should help you understand it. > > http://jdc.parodius.com/freebsd/netwait > > Example entries in rc.conf: > > netwait_enable=3D"yes" > netwait_ip=3D"4.2.2.1 4.2.2.2" > netwait_if=3D"em0" Maybe it's time to add this script to -STABLE? Problem touch many people, who need it (IMHO)