From owner-freebsd-current@FreeBSD.ORG Mon Nov 1 13:53:32 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 C25D416A4CE for ; Mon, 1 Nov 2004 13:53:32 +0000 (GMT) Received: from kane.otenet.gr (kane.otenet.gr [195.170.0.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF70F43D2F for ; Mon, 1 Nov 2004 13:53:31 +0000 (GMT) (envelope-from keramida@freebsd.org) Received: from orion.daedalusnetworks.priv (aris.bedc.ondsl.gr [62.103.39.226])iA1Dr3iw022112; Mon, 1 Nov 2004 15:53:13 +0200 Received: from orion.daedalusnetworks.priv (orion [127.0.0.1]) iA1DqxEg041695; Mon, 1 Nov 2004 15:52:59 +0200 (EET) (envelope-from keramida@freebsd.org) Received: (from keramida@localhost)iA1DqpRI041694; Mon, 1 Nov 2004 15:52:51 +0200 (EET) (envelope-from keramida@freebsd.org) Date: Mon, 1 Nov 2004 15:52:51 +0200 From: Giorgos Keramidas To: Maxim Konovalov Message-ID: <20041101135250.GA41645@orion.daedalusnetworks.priv> References: <000901c4bfdc$6d1c2d50$0200000a@redline> <20041101164117.M14827@mp2.macomnet.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041101164117.M14827@mp2.macomnet.net> 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 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 13:53:32 -0000 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");