Re: mtree patch for WITHOUT_LPR

2015-11-08 Thread NGie Cooper
> On Nov 8, 2015, at 17:04, Garance A Drosehn wrote: > > On 7 Nov 2015, at 6:08, Dmitry Morozovsky wrote: >> >> as you're still maintaining lpr, I'm passing this through you. >> >> If one build his server WITHOUT_LPR, there are constantly few directories >> that >> are created by make hierarc

Re: mtree patch for WITHOUT_LPR

2015-11-08 Thread Garance A Drosehn
On 7 Nov 2015, at 6:08, Dmitry Morozovsky wrote: as you're still maintaining lpr, I'm passing this through you. If one build his server WITHOUT_LPR, there are constantly few directories that are created by make hierarchy and then reported my make check-old. Attached is a small patch against

Re: mtree patch for WITHOUT_LPR

2015-11-07 Thread NGie Cooper
> On Nov 7, 2015, at 10:56, Dmitry Morozovsky wrote: > > On Sat, 7 Nov 2015, Bryan Drewery wrote: > > +/set type=dir uname=root gname=wheel mode=0755 > +. > +include > +atf-c > +.. > +atf-c++ > +.. This diff is incorrect

Re: mtree patch for WITHOUT_LPR

2015-11-07 Thread Dmitry Morozovsky
On Sat, 7 Nov 2015, Bryan Drewery wrote: > >>> +/set type=dir uname=root gname=wheel mode=0755 > >>> +. > >>> +include > >>> +atf-c > >>> +.. > >>> +atf-c++ > >>> +.. > >> > >> This diff is incorrect. > > > > Yes, as Brian noted, this is completely orthogonal.

Re: mtree patch for WITHOUT_LPR

2015-11-07 Thread Bryan Drewery
On 11/7/2015 10:42 AM, Dmitry Morozovsky wrote: > On Sat, 7 Nov 2015, Garrett Cooper wrote: > >>> +/set type=dir uname=root gname=wheel mode=0755 >>> +. >>> +include >>> +atf-c >>> +.. >>> +atf-c++ >>> +.. >> >> This diff is incorrect. > > Yes, as Brian noted,

Re: mtree patch for WITHOUT_LPR

2015-11-07 Thread Dmitry Morozovsky
On Sat, 7 Nov 2015, Garrett Cooper wrote: > > === > > --- etc/mtree/BSD.lpr.dist(nonexistent) > > +++ etc/mtree/BSD.lpr.dist(working copy) > > @@ -0,0 +1,30 @@ > > +# $FreeBSD$ > > +# > > +# Please see the file src/etc/mtree/R

Re: mtree patch for WITHOUT_LPR

2015-11-07 Thread Dmitry Morozovsky
On Sat, 7 Nov 2015, Garrett Cooper wrote: > > +/set type=dir uname=root gname=wheel mode=0755 > > +. > > +include > > +atf-c > > +.. > > +atf-c++ > > +.. > > This diff is incorrect. Yes, as Brian noted, this is completely orthogonal. > There are a lot of othe

Re: mtree patch for WITHOUT_LPR

2015-11-07 Thread Garrett Cooper
> On Nov 7, 2015, at 10:19, Dmitry Morozovsky wrote: ... > === > --- etc/mtree/BSD.lpr.dist(nonexistent) > +++ etc/mtree/BSD.lpr.dist(working copy) > @@ -0,0 +1,30 @@ > +# $FreeBSD$ > +# > +# Please see the file src/etc/mtr

Re: mtree patch for WITHOUT_LPR

2015-11-07 Thread Dmitry Morozovsky
On Sat, 7 Nov 2015, Dmitry Morozovsky wrote: > > > +++ etc/mtree/BSD.include.dist(working copy) > > > @@ -7,10 +7,6 @@ > > > . > > > arpa > > > .. > > > -atf-c > > > -.. > > > -atf-c++ > > > -.. > > > > Why? > > ehhm... Well, it seems coincidence, but my stable/10

Re: mtree patch for WITHOUT_LPR

2015-11-07 Thread Dmitry Morozovsky
On Sat, 7 Nov 2015, Bryan Drewery wrote: > On 11/7/2015 3:08 AM, Dmitry Morozovsky wrote: > > === > > --- etc/mtree/BSD.include.dist (revision 290360) > > +++ etc/mtree/BSD.include.dist (working copy) > > @@ -7,10 +7,6 @@ >

Re: mtree patch for WITHOUT_LPR

2015-11-07 Thread Bryan Drewery
On 11/7/2015 3:08 AM, Dmitry Morozovsky wrote: > === > --- etc/mtree/BSD.include.dist(revision 290360) > +++ etc/mtree/BSD.include.dist(working copy) > @@ -7,10 +7,6 @@ > . > arpa > .. > -atf-c > -..

mtree patch for WITHOUT_LPR

2015-11-07 Thread Dmitry Morozovsky
Dear Garance, as you're still maintaining lpr, I'm passing this through you. If one build his server WITHOUT_LPR, there are constantly few directories that are created by make hierarchy and then reported my make check-old. Attached is a small patch against -current that should eliminate it (ins