From owner-freebsd-current@FreeBSD.ORG Mon Feb 3 16:41:06 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 717A967D for ; Mon, 3 Feb 2014 16:41:06 +0000 (UTC) Received: from mail-vc0-x231.google.com (mail-vc0-x231.google.com [IPv6:2607:f8b0:400c:c03::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 296E51A2C for ; Mon, 3 Feb 2014 16:41:06 +0000 (UTC) Received: by mail-vc0-f177.google.com with SMTP id if11so4861639vcb.36 for ; Mon, 03 Feb 2014 08:41:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=wemm.org; s=google; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=tlPtztg/rBFOJrL254/HAHPr5vikFpnUGxN1pLRCVnY=; b=XIjKZcHS3MSPc1fnj5wJk4a9Q1pUSwYAEn/biZaylSCagj9JDbDMtaM2Kv2RUaNB+Q DX8ScNK8/CNctkTT4xESbE5nhlwGkcNuVUsmOcjtnRMCEIDOJTABHwjwAYjkT3gALhNW hx13/9utk51U02jEKqHqLJESe74TXwC+xc4Gc= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=tlPtztg/rBFOJrL254/HAHPr5vikFpnUGxN1pLRCVnY=; b=GMvffgP0mXay1RJ7X6lgEPPkNKj8p+IBxhUQSfmkHgus9+T2+I3U1piBofG/L//kMc bBJM8ieRPiEShjimjDnx7QXd9VWyUGir7JkiwwDjew4ULC45EA1fbGsBBFVvQa85pGWy 5Z2QaogYhCuA9EwByiMn4rxehqeLgOMF/qzCLRi0oXjhY8OaksZymNvXF6Xi/0nchxml VYqOCh3Yfa52MSYVvxRH7ImbVnSH0RpT3ht1a5ThN6UetTFbjyfGWXvSUg3d+WlrGd6Y f+nh1xheUEv5C8aUXs6B/VZEz7XJ2gONfuBHnARNvo95sbIL/8zkD9NDDPPYbVeXH2GR oX7Q== X-Gm-Message-State: ALoCoQlHxqey49vWcSi5MeIkNthEvgitdhtx9Cz3+qvqmdZjF5PrcbpwAqPIl5cTkdGnlwads8gf MIME-Version: 1.0 X-Received: by 10.221.26.10 with SMTP id rk10mr29568564vcb.0.1391445665264; Mon, 03 Feb 2014 08:41:05 -0800 (PST) Received: by 10.220.30.69 with HTTP; Mon, 3 Feb 2014 08:41:05 -0800 (PST) In-Reply-To: <1391444748.1473.3.camel@powernoodle.corp.yahoo.com> References: <1391444748.1473.3.camel@powernoodle.corp.yahoo.com> Date: Mon, 3 Feb 2014 08:41:05 -0800 Message-ID: Subject: Re: installworld recreating unwanted dirs From: Peter Wemm To: Sean Bruno Content-Type: text/plain; charset=ISO-8859-1 Cc: FreeBSD Current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.17 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: Mon, 03 Feb 2014 16:41:06 -0000 On Mon, Feb 3, 2014 at 8:25 AM, Sean Bruno wrote: > I don't understand what I'm doing wrong here. I've added a lot of > "WITHOUT" directives to my src.conf, but installworld seems to be > ignoring them and recreating directories that "make delete-old && make > delete-old-libs" removes. Have I missed something obvious here? The mtree based directory creation is (for the most part) unaware of with/without flags. There was some mtree partitioning for things like bind and those were only created if bind was enabled. But for the most part, delete-old will prune things that aren't used. -- Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com; KI6FJV Yes, I know, gmail sucks now. If you see this then I forgot. Habits are hard to break.