From owner-freebsd-current@freebsd.org Sat Nov 7 18:45:26 2015 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5513CA29570 for ; Sat, 7 Nov 2015 18:45:26 +0000 (UTC) (envelope-from marck@rinet.ru) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 3CD571D04 for ; Sat, 7 Nov 2015 18:45:26 +0000 (UTC) (envelope-from marck@rinet.ru) Received: by mailman.ysv.freebsd.org (Postfix) id 39829A2956F; Sat, 7 Nov 2015 18:45:26 +0000 (UTC) Delivered-To: current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 391DAA2956E for ; Sat, 7 Nov 2015 18:45:26 +0000 (UTC) (envelope-from marck@rinet.ru) Received: from woozle.rinet.ru (woozle.rinet.ru [195.54.192.68]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B5F691D02; Sat, 7 Nov 2015 18:45:25 +0000 (UTC) (envelope-from marck@rinet.ru) Received: from localhost (localhost [127.0.0.1]) by woozle.rinet.ru (8.14.5/8.14.5) with ESMTP id tA7IjNjB055850; Sat, 7 Nov 2015 21:45:23 +0300 (MSK) (envelope-from marck@rinet.ru) Date: Sat, 7 Nov 2015 21:45:23 +0300 (MSK) From: Dmitry Morozovsky To: Garrett Cooper cc: Bryan Drewery , gad@freebsd.org, current@freebsd.org Subject: Re: mtree patch for WITHOUT_LPR In-Reply-To: Message-ID: References: <563E2EB1.6030005@shatow.net> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) X-NCC-RegID: ru.rinet X-OpenPGP-Key-ID: 6B691B03 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (woozle.rinet.ru [0.0.0.0]); Sat, 07 Nov 2015 21:45:23 +0300 (MSK) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Nov 2015 18:45:26 -0000 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/README before making changes to this file. > > +# > > + > > +/set type=dir uname=root gname=wheel mode=0755 > > +. > > + include > > + atf-c > > + .. > > + atf-c++ > > + .. > > This diff is incorrect. ... and yes, of course, atf pairs of lines do not belong here. Index: etc/mtree/BSD.lpr.dist =================================================================== --- etc/mtree/BSD.lpr.dist (nonexistent) +++ etc/mtree/BSD.lpr.dist (working copy) @@ -0,0 +1,21 @@ +# $FreeBSD$ +# +# Please see the file src/etc/mtree/README before making changes to this file. +# + +/set type=dir uname=root gname=wheel mode=0755 +. + libexec + lpr + ru + .. + .. + share + doc + smm + 07.lpd + .. + .. + .. + .. +.. -- Sincerely, D.Marck [DM5020, MCK-RIPE, DM3-RIPN] [ FreeBSD committer: marck@FreeBSD.org ] ------------------------------------------------------------------------ *** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck@rinet.ru *** ------------------------------------------------------------------------