From owner-freebsd-rc@FreeBSD.ORG Sat Dec 15 09:14:35 2012 Return-Path: Delivered-To: rc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8DB3A7D5; Sat, 15 Dec 2012 09:14:35 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from kib.kiev.ua (kib.kiev.ua [IPv6:2001:470:d5e7:1::1]) by mx1.freebsd.org (Postfix) with ESMTP id E7D688FC0C; Sat, 15 Dec 2012 09:14:34 +0000 (UTC) Received: from tom.home (kostik@localhost [127.0.0.1]) by kib.kiev.ua (8.14.5/8.14.5) with ESMTP id qBF9EObV025418; Sat, 15 Dec 2012 11:14:24 +0200 (EET) (envelope-from kostikbel@gmail.com) DKIM-Filter: OpenDKIM Filter v2.7.3 kib.kiev.ua qBF9EObV025418 Received: (from kostik@localhost) by tom.home (8.14.5/8.14.5/Submit) id qBF9EOjI025417; Sat, 15 Dec 2012 11:14:24 +0200 (EET) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: tom.home: kostik set sender to kostikbel@gmail.com using -f Date: Sat, 15 Dec 2012 11:14:24 +0200 From: Konstantin Belousov To: Eitan Adler Subject: Re: Adding dependency on mountlate to mountd Message-ID: <20121215091424.GS71906@kib.kiev.ua> References: <6A58ADA440454E5889DBA6D2D9C56180@multiplay.co.uk> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="IfZ+tgy+ooJOsAAy" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-Spam-Status: No, score=-2.0 required=5.0 tests=ALL_TRUSTED,BAYES_00, DKIM_ADSP_CUSTOM_MED,FREEMAIL_FROM,NML_ADSP_CUSTOM_MED autolearn=no version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on tom.home Cc: Steven Hartland , 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: Sat, 15 Dec 2012 09:14:35 -0000 --IfZ+tgy+ooJOsAAy Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Dec 15, 2012 at 12:27:35AM -0500, Eitan Adler wrote: > On 14 December 2012 13: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=3D169373 > > > > 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 >=20 > This seems fine to me. I can't see any reason why this shouldn't be > done, and I don't see any sign of intentionally leaving off > "mountlate" in the commit log history. It cannot be fine. It breaks local NFS mounts. --IfZ+tgy+ooJOsAAy Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iQIcBAEBAgAGBQJQzD9wAAoJEJDCuSvBvK1BX4MP/0cnMrEPyacRhGmaNUTpczLV 9UupnlUlIA6MBQs9YR8WFExprSobR4qqYOuWPo0YGoyVm98M4gOaEpZd89d1C84r NSo2/K6EEy0D8l+Fc8+S2D9o2JmVXHS0ZIcogDXoP2MHPbnpcrIT1CE2DXrj+tpe dTnRt6yr3imMrXns8g6Ey83g+yfSPUz5RFmiHjCsG4PLG+seVUTNcHjgO5i8ju5d 8vhEZm1P6KGXorb5JITfmCvIzXIBOc1/CjKh6IL1iGUIk6A+i/8mfRVCf3no51X2 63teCjg64OUxMPOqrzuKMkh7mPlIdLl8UNsftPgquWbttSNRccw4uSkn0qOWB5nM Q2I9BhJL6kpY/G6ZSYKE0/fN5LlUJFJt6hVeu4DF2nFnACb9Ck0Qy2D9iYZXCfMH 7X1y1lyFWUqjLHdMmYejL3tRLCS3nadjBcyI5M2FvBkBTPZXb9rq6Cr96uzxBhnF AQvmtccfs5pOIcUuWJtMK8ezDd6jb58iBkqZOQeUmY7/VqUo3R8Y5Ix0Swb74vhZ PMODmzro7JkdEGk7vYFnJu6NY3ilPKWEcv3N9axF9rIifoSm7+5HjQ9eBJB0pYOq sNrKzrz4m+Ub1JJ4UbXb76ae9jLcNDRJzPQbLmT9AaVdV10OAEw9VWj2oCXxo/kn hBDrwar8qBee2inieIn4 =A8CT -----END PGP SIGNATURE----- --IfZ+tgy+ooJOsAAy--