Re: svn commit: r338204 - in head: etc etc/defaults sbin/devfs

2018-08-23 Thread Brad Davis
On Thu, Aug 23, 2018, at 8:34 AM, Rodney W. Grimes wrote: > > 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&

Re: svn commit: r338204 - in head: etc etc/defaults sbin/devfs

2018-08-23 Thread Rodney W. Grimes
> 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

Re: svn commit: r338204 - in head: etc etc/defaults sbin/devfs

2018-08-22 Thread John Baldwin
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

Re: svn commit: r338204 - in head: etc etc/defaults sbin/devfs

2018-08-22 Thread Mark Millard via svn-src-head
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/shar

svn commit: r338204 - in head: etc etc/defaults sbin/devfs

2018-08-22 Thread Brad Davis
Author: brd Date: Wed Aug 22 15:55:23 2018 New Revision: 338204 URL: https://svnweb.freebsd.org/changeset/base/338204 Log: Move all devfs related files to sbin/devfs/ This is related to pkgbase as it uses CONFS to properly tag these as config files. Approved by: will (mentor) Diff