From owner-freebsd-current@FreeBSD.ORG Mon Nov 1 16:32:40 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 472D416A4CE; Mon, 1 Nov 2004 16:32:40 +0000 (GMT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD99E43D45; Mon, 1 Nov 2004 16:32:39 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.13.1/8.13.1) with ESMTP id iA1GWMUd002062; Mon, 1 Nov 2004 08:32:22 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.13.1/8.13.1/Submit) id iA1GWKtx002061; Mon, 1 Nov 2004 08:32:20 -0800 (PST) (envelope-from obrien) Date: Mon, 1 Nov 2004 08:32:20 -0800 From: "David O'Brien" To: Giorgos Keramidas Message-ID: <20041101163220.GF56606@dragon.nuxi.com> References: <000901c4bfdc$6d1c2d50$0200000a@redline> <20041101164117.M14827@mp2.macomnet.net> <20041101135250.GA41645@orion.daedalusnetworks.priv> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041101135250.GA41645@orion.daedalusnetworks.priv> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: freebsd-current@freebsd.org cc: Craig Reyenga Subject: Re: exports typo X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@freebsd.org 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 16:32:40 -0000 On Mon, Nov 01, 2004 at 03:52:51PM +0200, Giorgos Keramidas wrote: > On 2004-11-01 16:41, Maxim Konovalov wrote: > > On Mon, 1 Nov 2004, 01:31-0500, Craig Reyenga wrote: > > > In /usr/src/usr.sbin/sysinstall/config.c: > > > > > > vsystem("echo '# Note that BSD's export synatx is \"host-centric\" vs. > > > Sun\'s \"FS-centric\" one.' >> /etc/exports"); > > > > > > 'Nuf said. > > > > Fixed about a month ago: > > > > revision 1.227 > > date: 2004/10/04 15:13:51; author: rse; state: Exp; lines: +1 -1 > > fix typo in generated /etc/exports: s/synatx/syntax/ > > 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. -- -- David (obrien@FreeBSD.org)