From owner-freebsd-current@freebsd.org Sat Nov 7 18:30:52 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 CE7EFA29244 for ; Sat, 7 Nov 2015 18:30:52 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) 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 AC153130A for ; Sat, 7 Nov 2015 18:30:52 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id AB190A29243; Sat, 7 Nov 2015 18:30:52 +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 AAAC7A29242 for ; Sat, 7 Nov 2015 18:30:52 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-pa0-x233.google.com (mail-pa0-x233.google.com [IPv6:2607:f8b0:400e:c03::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7D1CC1309; Sat, 7 Nov 2015 18:30:52 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by pasz6 with SMTP id z6so159566002pas.2; Sat, 07 Nov 2015 10:30:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=UoVz1/yjAHGWnwEfOHCzFBPmfctmjAOjMAJ9Hy5/Rus=; b=D5INC9BJ63OPk/Alm0eBCG5xYZX8HViT1vBrkKy1LmjqhOuZPLyeOVHgSwlAdvvuL9 brnH+WnuZ5uf8YX9OY6Dd6Lj8EFB1INjFo2q0rVsYL+Fd0/98nziozPs4clLBQ3PWriQ 1YzVSo+c0XMu8wfnJ0DVBZKjVEayFUhM0jVI25Sd0PJmX77WFzjEjOVcrt0f7MldWG+/ VWxSSejLWkGYkSLftCdPV/wXcVYTZTkOrdempGOGfI6JcYrY5NWy68qVYltXfasefkiJ 4ZHXJAVGzBbgBsqfFK1t1CbUmcax7bGVcTiDvExd1RnLsSAVnZzrWJZ5cE41CvN3SxA5 tugg== X-Received: by 10.66.227.197 with SMTP id sc5mr27512618pac.157.1446921052024; Sat, 07 Nov 2015 10:30:52 -0800 (PST) Received: from [192.168.20.11] (c-24-16-212-205.hsd1.wa.comcast.net. [24.16.212.205]) by smtp.gmail.com with ESMTPSA id bd10sm3461835pbd.29.2015.11.07.10.30.51 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 07 Nov 2015 10:30:51 -0800 (PST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (1.0) Subject: Re: mtree patch for WITHOUT_LPR From: Garrett Cooper X-Mailer: iPhone Mail (13B143) In-Reply-To: Date: Sat, 7 Nov 2015 10:30:50 -0800 Cc: Bryan Drewery , gad@freebsd.org, current@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: References: <563E2EB1.6030005@shatow.net> To: Dmitry Morozovsky 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:30:52 -0000 > On Nov 7, 2015, at 10:19, Dmitry Morozovsky wrote: ... > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > --- 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 f= ile. > +# > + > +/set type=3Ddir uname=3Droot gname=3Dwheel mode=3D0755 > +. > + include > + atf-c > + .. > + atf-c++ > + .. This diff is incorrect. There are a lot of other things that need to be fixed if we go down this pat= h. Do you have a plan or idea of what all needs to be fixed? Also, some things do this on purpose, e.g. the debug files. Thanks, -NGie=