From owner-freebsd-rc@FreeBSD.ORG Tue Dec 20 17:26:25 2005 Return-Path: X-Original-To: freebsd-rc@freebsd.org Delivered-To: freebsd-rc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B4B8916A420 for ; Tue, 20 Dec 2005 17:26:25 +0000 (GMT) (envelope-from yar@comp.chem.msu.su) Received: from comp.chem.msu.su (comp.chem.msu.su [158.250.32.97]) by mx1.FreeBSD.org (Postfix) with ESMTP id A356F43D58 for ; Tue, 20 Dec 2005 17:26:12 +0000 (GMT) (envelope-from yar@comp.chem.msu.su) Received: from comp.chem.msu.su (localhost [127.0.0.1]) by comp.chem.msu.su (8.13.3/8.13.3) with ESMTP id jBKHPx5i088424; Tue, 20 Dec 2005 20:25:59 +0300 (MSK) (envelope-from yar@comp.chem.msu.su) Received: (from yar@localhost) by comp.chem.msu.su (8.13.3/8.13.3/Submit) id jBKHPrbM088419; Tue, 20 Dec 2005 20:25:53 +0300 (MSK) (envelope-from yar) Date: Tue, 20 Dec 2005 20:25:53 +0300 From: Yar Tikhiy To: Florent Thoumie Message-ID: <20051220172552.GB78478@comp.chem.msu.su> References: <1134927080.744.14.camel@cream.xbsd.org> <20051219203322.GC1103@odin.ac.hmc.edu> <1135038113.744.51.camel@cream.xbsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1135038113.744.51.camel@cream.xbsd.org> User-Agent: Mutt/1.5.9i Cc: freebsd-rc@freebsd.org Subject: Re: rc.d/ldconfig change X-BeenThere: freebsd-rc@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 20 Dec 2005 17:26:25 -0000 On Tue, Dec 20, 2005 at 01:21:53AM +0100, Florent Thoumie wrote: > Index: share/man/man5/rc.conf.5 > =================================================================== > RCS file: /home/ncvs/src/share/man/man5/rc.conf.5,v > retrieving revision 1.274 > diff -u -r1.274 rc.conf.5 > --- share/man/man5/rc.conf.5 19 Dec 2005 10:57:00 -0000 1.274 > +++ share/man/man5/rc.conf.5 20 Dec 2005 00:18:22 -0000 > @@ -2822,6 +2822,13 @@ > Set this variable to > .Dq Li YES > to disable that security check during system startup. > +.It Va local_ldconfig > +.Pq Vt str > +Set to the list of local > +.Xr ldconfig 8 > +directories. > +Each file in those directories will be passed as arguments to > +.Xr ldconfig 8 . What do you think about the following, slightly different wording? The names of all files in the directories listed will be passed as arguments to .Xr ldconfig 8 . This should fix the singular vs. plural usage and also tell the sweet truth that there will be a single run of ldconfig(8) irrespective of the number of the files. -- Yar