From owner-svn-src-head@freebsd.org Thu Aug 23 06:52:36 2018 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C27C01083123; Thu, 23 Aug 2018 06:52:36 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from mail.baldwin.cx (bigwig.baldwin.cx [96.47.65.170]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 792EC83BE9; Thu, 23 Aug 2018 06:52:36 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from John-Baldwins-MacBook-Pro-2.local (unknown [51.52.172.98]) by mail.baldwin.cx (Postfix) with ESMTPSA id AAAB610A87D; Thu, 23 Aug 2018 02:52:29 -0400 (EDT) Subject: Re: svn commit: r338204 - in head: etc etc/defaults sbin/devfs To: Mark Millard , brd@FreeBSD.org, svn-src-head@freebsd.org, FreeBSD Current References: <023C54F9-8660-40C5-8348-DD05D5C97B25@yahoo.com> From: John Baldwin Message-ID: <40a2a4a7-3e9b-2bba-6369-c9a6a017eca9@FreeBSD.org> Date: Thu, 23 Aug 2018 07:52:28 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <023C54F9-8660-40C5-8348-DD05D5C97B25@yahoo.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (mail.baldwin.cx); Thu, 23 Aug 2018 02:52:30 -0400 (EDT) X-Virus-Scanned: clamav-milter 0.99.2 at mail.baldwin.cx X-Virus-Status: Clean X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2018 06:52:37 -0000 On 8/22/18 8:37 PM, Mark Millard wrote: > I'm just using this move as an example for some more > general questions. > > After this change when I look at: > > https://www.freebsd.org/cgi/man.cgi?query=devfs.conf&apropos=0&sektion=5&manpath=FreeBSD+12-current&arch=default&format=html > > I see in the man page: > > FILES > /etc/devfs.conf > /usr/share/examples/etc/devfs.conf > > So . . . > > Roughly when are the "FreeBSD+12-current" man pages going to > track the moves? Once everything has been moved? > > Are the examples also going to be moved/reorganized? Similar > timing question to the above (if yes). The installed location of the files doesn't change, only their location in the source tree. It does seem that share/examples has not been handled to date, as they probably belong in the same package as the thing they are samples of. I really wish that the Makefiles were smart enough to use .PATH or some such to reach over into ${SRCTOP}/etc to find the files without requiring them to actually move in the tree since it's not very intuitive where to find many of these files now. (And the source locations are starting to no longer mimic the layout on the host, such as syslog.d being "flattened".) -- John Baldwin