From owner-freebsd-current@FreeBSD.ORG Mon Nov 1 17:03:22 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F1A816A4CE; Mon, 1 Nov 2004 17:03:22 +0000 (GMT) Received: from kane.otenet.gr (kane.otenet.gr [195.170.0.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7412D43D53; Mon, 1 Nov 2004 17:03:21 +0000 (GMT) (envelope-from keramida@freebsd.org) Received: from orion.daedalusnetworks.priv (aris.bedc.ondsl.gr [62.103.39.226])iA1H32SH010543; Mon, 1 Nov 2004 19:03:14 +0200 Received: from orion.daedalusnetworks.priv (orion [127.0.0.1]) iA1H2wag000820; Mon, 1 Nov 2004 19:02:58 +0200 (EET) (envelope-from keramida@freebsd.org) Received: (from keramida@localhost)iA1H2wNv000819; Mon, 1 Nov 2004 19:02:58 +0200 (EET) (envelope-from keramida@freebsd.org) Date: Mon, 1 Nov 2004 19:02:58 +0200 From: Giorgos Keramidas To: "David O'Brien" Message-ID: <20041101170257.GA623@orion.daedalusnetworks.priv> References: <000901c4bfdc$6d1c2d50$0200000a@redline> <20041101164117.M14827@mp2.macomnet.net> <20041101135250.GA41645@orion.daedalusnetworks.priv> <20041101163220.GF56606@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041101163220.GF56606@dragon.nuxi.com> cc: freebsd-current@freebsd.org Subject: Re: exports typo X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Nov 2004 17:03:22 -0000 On 2004-11-01 08:32, David O'Brien wrote: > On Mon, Nov 01, 2004 at 03:52:51PM +0200, Giorgos Keramidas wrote: > > > > A minor buglet still remains, IMHO: > > > > - vsystem("echo '# Note that BSD's export syntax is \"host-centric\" vs. Sun\'s \"FS-centric\" one.' >> /etc/exports"); > > + vsystem("echo '# Note that BSD\'s export syntax is \"host-centric\" vs. Sun\'s \"FS-centric\" one.' >> /etc/exports"); > > Fixed. Thanks David! Do you think there is still time to MFC this for 5.3-RELEASE?