From owner-freebsd-stable@freebsd.org Sat Jun 27 10:15:20 2015 Return-Path: Delivered-To: freebsd-stable@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 4214E98E10C for ; Sat, 27 Jun 2015 10:15:20 +0000 (UTC) (envelope-from kpaasial@gmail.com) Received: from mail-la0-x231.google.com (mail-la0-x231.google.com [IPv6:2a00:1450:4010:c03::231]) (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 C3FB41217 for ; Sat, 27 Jun 2015 10:15:19 +0000 (UTC) (envelope-from kpaasial@gmail.com) Received: by lagx9 with SMTP id x9so80029899lag.1 for ; Sat, 27 Jun 2015 03:15:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=k7pAXvFvBsBU54kl0etqXFp9N+ZkfxeRGwgxj9ysDDc=; b=T2tamLmNJ9AJB974Ad/E8CNvRUXVAcZls0NSP8B56uNh7uUmXuNo9pHdexny+btNe6 cc8P96t9U275pitQtGkS8+cEIHe6dHs7+vW4fqFpXJDCZoA1Ass4vp636OB1AKwuv4AL XFJDetHc5x7YOkTjYGi2rnFO6Q/j5DBFaUtItF0xtRsUcicDVypvzo4BbWmfCdSGP2Lq sdIL6eXoR9liDgeHjX3Hz27n8/uIuJ1aXl7dayuKIm2RHk8sonSz7tF/4DyIomSq4iUm afKsiuUr7kRjsm7Pl7mpWEtGfKK01KaT60gXe7r8ZbAuSMakewgtfxEuomizyL2OI/5e HIaQ== MIME-Version: 1.0 X-Received: by 10.112.126.42 with SMTP id mv10mr5604015lbb.58.1435400117817; Sat, 27 Jun 2015 03:15:17 -0700 (PDT) Received: by 10.152.219.35 with HTTP; Sat, 27 Jun 2015 03:15:17 -0700 (PDT) Date: Sat, 27 Jun 2015 13:15:17 +0300 Message-ID: Subject: Bug 201072 From: Kimmo Paasiala To: "freebsd-stable@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Jun 2015 10:15:20 -0000 Hello, Could someone take a look at https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201072 ? The patch I've created fixes an issue on stable/10 with various atf directories that are still created by /etc/mtree/* database but are then deleted by 'make delete-old' later. The directories are clearly redundant because the WITH/WITHOUT_ATF flags were removed in https://svnweb.freebsd.org/base?view=revision&sortby=rev&sortdir=down&revision=r261236. -Kimmo