From owner-freebsd-doc@FreeBSD.ORG Thu Aug 7 07:11:16 2003 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 88E7937B401; Thu, 7 Aug 2003 07:11:16 -0700 (PDT) Received: from pittgoth.com (14.zlnp1.xdsl.nauticom.net [209.195.149.111]) by mx1.FreeBSD.org (Postfix) with ESMTP id 514ED43FBF; Thu, 7 Aug 2003 07:11:15 -0700 (PDT) (envelope-from trhodes@FreeBSD.org) Received: from mobile.pittgoth.com (acs-24-154-229-196.zoominternet.net [24.154.229.196]) by pittgoth.com (8.12.9/8.12.9) with SMTP id h77EBDvd006793; Thu, 7 Aug 2003 10:11:13 -0400 (EDT) (envelope-from trhodes@FreeBSD.org) Date: Thu, 7 Aug 2003 10:08:27 -0400 From: Tom Rhodes To: Ruslan Ermilov Message-Id: <20030807100827.3eeed2be.trhodes@FreeBSD.org> In-Reply-To: <20030806085456.GB27515@sunbay.com> References: <20030805180209.370d13ad.trhodes@FreeBSD.org> <20030805180344.2c57f90e.trhodes@FreeBSD.org> <20030806084042.GX9150@freebsd.org.ru> <20030806085456.GB27515@sunbay.com> X-Mailer: Sylpheed version 0.9.3claws (GTK+ 1.2.10; i386-portbld-freebsd5.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: doc@FreeBSD.org cc: "Sergey A. Osokin" cc: "Tim J. Robbins" Subject: Re: [REVIEW REQUEST] nsmb.conf manual page. X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Aug 2003 14:11:16 -0000 On Wed, 6 Aug 2003 11:54:56 +0300 Ruslan Ermilov wrote: > Sergey, > > On Wed, Aug 06, 2003 at 12:40:42PM +0400, Sergey A. Osokin wrote: > [...] > > Tom, what do you think about cleanup src/etc/nsmb.conf? > > > Are you also interested in hearing other opinions? ;-) > > > Index: src/etc/nsmb.conf > > =================================================================== > > RCS file: /home/ncvs/src/etc/nsmb.conf,v > > retrieving revision 1.4 > > diff -u -r1.4 nsmb.conf > > --- src/etc/nsmb.conf 22 Apr 2002 16:18:36 -0000 1.4 > > +++ src/etc/nsmb.conf 6 Aug 2003 08:36:17 -0000 > > @@ -4,53 +4,5 @@ > > # 1. ~/.nsmbrc > > # 2. /etc/nsmb.conf - if this file found it will > > # override values with same keys from user files. > > -# > > -# > > -# This file consist from a set of sections. Each section started by section name > > -# surrounded with square brackets: > > -# [section_name] > > -# > > -# End of the section marked either by new section or by the end of file. > > -# Each section can contain zero or more parameters: > > -# [section_name] > > -# key=value > [...] > > +# See nsmb.conf(5) for details. Also look at > > +# /usr/share/examples/etc/nsmb.conf. > > The problem is, it is the same file that is put under /usr/share/examples/etc/. > Run ``ident /usr/share/examples/etc/nsmb.conf'' for a quick check. > > So no, removing the entire contents of this file is not acceptable, but > adding a reference to the nsmb.conf(5) manpage is indeed a good change. > Thats a good idea, and over time I'll get all the available options documented in that manual page. I'll probably commit this later on today (after I look over Ruslan's other email). Thanks! -- Tom Rhodes