Re: svn commit: r336640 - head/share/mk

2018-08-16 Thread Bryan Drewery
On 7/23/18 9:11 AM, Brad Davis wrote: > Author: brd > Date: Mon Jul 23 16:11:03 2018 > New Revision: 336640 > URL: https://svnweb.freebsd.org/changeset/base/336640 > > Log: > Add the initial DIRS infrastructure for creating directories with the > necessary owner, group, mode and flags. > >

Re: svn commit: r336640 - head/share/mk

2018-08-04 Thread Mark Millard via svn-src-head
Alan Somers asomers at freebsd.org wrote on Mon Jul 30 21:08:18 UTC 2018 : > On Mon, Jul 23, 2018 at 10:11 AM, Brad Davis > wrote: > > Author: brd > > Date: Mon Jul 23 16:11:03 2018 > > New Revision: 336640 > > URL: https://svnweb.freebsd.org/changeset/base/336640 > > > > Log: > > Add the initi

Re: svn commit: r336640 - head/share/mk

2018-07-30 Thread Alan Somers
On Mon, Jul 23, 2018 at 10:11 AM, Brad Davis wrote: > Author: brd > Date: Mon Jul 23 16:11:03 2018 > New Revision: 336640 > URL: https://svnweb.freebsd.org/changeset/base/336640 > > Log: > Add the initial DIRS infrastructure for creating directories with the > necessary owner, group, mode and

Re: svn commit: r336640 - head/share/mk

2018-07-23 Thread Ian Lepore
On Mon, 2018-07-23 at 12:20 -0600, Brad Davis wrote: > On Mon, Jul 23, 2018, at 10:54 AM, Ian Lepore wrote: > > > > On Mon, 2018-07-23 at 10:48 -0600, Brad Davis wrote: > > > > > > On Mon, Jul 23, 2018, at 10:21 AM, Ian Lepore wrote: > > > > > > > > > > > > On Mon, 2018-07-23 at 16:11 +, Br

Re: svn commit: r336640 - head/share/mk

2018-07-23 Thread Brad Davis
On Mon, Jul 23, 2018, at 10:54 AM, Ian Lepore wrote: > On Mon, 2018-07-23 at 10:48 -0600, Brad Davis wrote: > > On Mon, Jul 23, 2018, at 10:21 AM, Ian Lepore wrote: > > > > > > On Mon, 2018-07-23 at 16:11 +, Brad Davis wrote: > > > > > > > > Author: brd > > > > Date: Mon Jul 23 16:11:03 2018

Re: svn commit: r336640 - head/share/mk

2018-07-23 Thread Ian Lepore
On Mon, 2018-07-23 at 10:48 -0600, Brad Davis wrote: > On Mon, Jul 23, 2018, at 10:21 AM, Ian Lepore wrote: > > > > On Mon, 2018-07-23 at 16:11 +, Brad Davis wrote: > > > > > > Author: brd > > > Date: Mon Jul 23 16:11:03 2018 > > > New Revision: 336640 > > > URL: https://svnweb.freebsd.org/ch

Re: svn commit: r336640 - head/share/mk

2018-07-23 Thread Brad Davis
On Mon, Jul 23, 2018, at 10:21 AM, Ian Lepore wrote: > On Mon, 2018-07-23 at 16:11 +, Brad Davis wrote: > > Author: brd > > Date: Mon Jul 23 16:11:03 2018 > > New Revision: 336640 > > URL: https://svnweb.freebsd.org/changeset/base/336640 > > > > Log: > >   Add the initial DIRS infrastructure f

Re: svn commit: r336640 - head/share/mk

2018-07-23 Thread Ian Lepore
On Mon, 2018-07-23 at 16:11 +, Brad Davis wrote: > Author: brd > Date: Mon Jul 23 16:11:03 2018 > New Revision: 336640 > URL: https://svnweb.freebsd.org/changeset/base/336640 > > Log: >   Add the initial DIRS infrastructure for creating directories with the >   necessary owner, group, mode and

svn commit: r336640 - head/share/mk

2018-07-23 Thread Brad Davis
Author: brd Date: Mon Jul 23 16:11:03 2018 New Revision: 336640 URL: https://svnweb.freebsd.org/changeset/base/336640 Log: Add the initial DIRS infrastructure for creating directories with the necessary owner, group, mode and flags. Approved by: bapt (mentor) Differential Revision: