From owner-freebsd-rc@FreeBSD.ORG Fri Dec 14 19:21:55 2012 Return-Path: Delivered-To: rc@freebsd.org Received: from mx1.freebsd.org (unknown [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F37FA8F7; Fri, 14 Dec 2012 19:21:54 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-bk0-f54.google.com (mail-bk0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 3BD058FC13; Fri, 14 Dec 2012 19:21:53 +0000 (UTC) Received: by mail-bk0-f54.google.com with SMTP id je9so1887475bkc.13 for ; Fri, 14 Dec 2012 11:21:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=tTfkR/z5PZu51gJJZM+RQAlUH+OSnVSfcGtIwd6lp2U=; b=x3usWBwFUMXFyWeVl3hs7xY+EQnsggaxuWjRKeJeYOouNc236XUNqdlgOt+wxmnWpN d7CRF7UI692UT+UjZ13cEkhHGHp+CHXy7aMkxPRyNGY0qBbkTqXhIN/cR6jfFqTRLapZ BC2llKV/5YkBY7FWZo9WqS/UPaBZfBxRU5kr6SR8Roh/I7eSEzzLgRZn6d0JHd9K7d03 xQqOyW4uyFsubDxYolzJNbn2w2L2gvUdAk8bbsep2qzF4ew/VzmSKZcr7ThzJuX+Ylv0 1qGIExLk6SoozUnZHO1GUX8m1sODJfji7o5iyr734s6HD4LMGqbZLNFwyWL+LJf4e0Dv YjUQ== Received: by 10.204.11.208 with SMTP id u16mr3344443bku.81.1355512913102; Fri, 14 Dec 2012 11:21:53 -0800 (PST) MIME-Version: 1.0 Sender: utisoft@gmail.com Received: by 10.204.167.71 with HTTP; Fri, 14 Dec 2012 11:21:23 -0800 (PST) In-Reply-To: <6A58ADA440454E5889DBA6D2D9C56180@multiplay.co.uk> References: <6A58ADA440454E5889DBA6D2D9C56180@multiplay.co.uk> From: Chris Rees Date: Fri, 14 Dec 2012 19:21:23 +0000 X-Google-Sender-Auth: TbUdM9mCaFRR-kTJhOLJogrghL8 Message-ID: Subject: Re: Adding dependency on mountlate to mountd To: Steven Hartland Content-Type: text/plain; charset=ISO-8859-1 Cc: "freebsd-rc@freebsd.org" X-BeenThere: freebsd-rc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list 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: Fri, 14 Dec 2012 19:21:55 -0000 On 14 December 2012 18:25, Steven Hartland wrote: > Hi guys I'm looking to make mountd REQUIRE mountlate so > that it can successfully export volumes on devices mounted > with 'late' > > PR: http://www.freebsd.org/cgi/query-pr.cgi?pr=169373 > > Any objections to this? > > Patch:- > --- mountd 2012-06-24 14:09:50.074267521 +0000 > +++ /etc/rc.d/mountd 2012-06-24 13:47:35.012295797 +0000 > @@ -4,7 +4,7 @@ > # > > # PROVIDE: mountd > -# REQUIRE: NETWORKING nfsserver rpcbind quota > +# REQUIRE: NETWORKING nfsserver rpcbind quota mountlate > # KEYWORD: nojail shutdown This has been biting me for a long time. Please commit! Chris