From owner-freebsd-current@freebsd.org Mon Mar 7 07:08:42 2016 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 3522CAC3AB3 for ; Mon, 7 Mar 2016 07:08:42 +0000 (UTC) (envelope-from andrnils@gmail.com) Received: from mail-wm0-x230.google.com (mail-wm0-x230.google.com [IPv6:2a00:1450:400c:c09::230]) (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 C28B5A2A for ; Mon, 7 Mar 2016 07:08:41 +0000 (UTC) (envelope-from andrnils@gmail.com) Received: by mail-wm0-x230.google.com with SMTP id p65so58745331wmp.0 for ; Sun, 06 Mar 2016 23:08:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc; bh=dMPyNR9oJAMXUSbUkrxznqigq6EoJ6US2ZsGZHbkLRI=; b=PAjT2PjuAUIBppLoiRfWiXPM6SmY1LAekuYUTjBdp423O4Zso+uO6tC3DSJDK0MOn4 VyXg8Tj0ZK6wOWqqQnZrnI4a4UMA/36W51m7S86yD+5Q0o3Py/aFmGbHmVNHDxWOixdO +v0neI4FBRSjC8zEWS0FuhIsFDIe6S3GBMO+TeMrFczPtiGOrtjIadK2IU/ZEpMiBG+z q9/NrwtNHA43JfXlJwWV94K0PD6VykAZNNMiiz2hKo8XrJnnwXuAnArtA1ylIIX6BCDm gVsiBo2hzCiRkzeh39HfnlCs3alTzIF97Ssb+LycsyH5Ye5beeKYsxVsfn5iczyReSW/ DN8g== 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; bh=dMPyNR9oJAMXUSbUkrxznqigq6EoJ6US2ZsGZHbkLRI=; b=kEjwf5YqXg6772r2fCH609o5x46zd0/5QX5ienGzZqz9eTIAHqSNoofiqutYAAn0U6 MSB202htiKQdyBjTDkJKht70LR6q/pJCND2TyY19HZIe2goZdq2P5YfAlbJJNkoSacM9 3itVfv7USElwcgt96T9qCaHkEuHVxalEjR13fd1hAHQqF5cHC2mS3iCewn0Nyl9HdxvS 98Dk5mNpTYQS0s+406egr1y+3estTdUOv+kbr0z0k1FeGuFOXxmLYiaoIgB83pkAGknL cq5PFEI9iynu9DsvCHjqukFZNtwSnV369tJMHqZZn0bK1Jn4UAWEguM2pfm2W1NXheyz ae1A== X-Gm-Message-State: AD7BkJKj9kmb5GJDAQI+iN9PCSyKVL5u32nMcxhw34REhZHpnfzRjVGbBgaFp6WRN/Godh3wY4lbLKMezKyQ8Q== MIME-Version: 1.0 X-Received: by 10.194.191.199 with SMTP id ha7mr20862835wjc.128.1457334520319; Sun, 06 Mar 2016 23:08:40 -0800 (PST) Received: by 10.28.20.5 with HTTP; Sun, 6 Mar 2016 23:08:40 -0800 (PST) In-Reply-To: <56DCDB8D.9090800@menhennitt.com.au> References: <20160302235429.GD75641@FreeBSD.org> <56D81174.3070000@freebsd.org> <20160306113957.GJ31877@ivaldir.etoilebsd.net> <20160306194020.GA77554@FreeBSD.org> <56DCDB8D.9090800@menhennitt.com.au> Date: Mon, 7 Mar 2016 08:08:40 +0100 Message-ID: Subject: Re: [CFT] packaging the base system with pkg(8) From: Andreas Nilsson To: Graham Menhennitt Cc: Current FreeBSD Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.21 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, 07 Mar 2016 07:08:42 -0000 On Mon, Mar 7, 2016 at 2:38 AM, Graham Menhennitt wrote: > > > On 7/03/2016 12:28 PM, Warren Block wrote: > >> On Sun, 6 Mar 2016, Glen Barber wrote: >> >> On Sun, Mar 06, 2016 at 12:39:57PM +0100, Baptiste Daroussin wrote: >>> >>>> On Thu, Mar 03, 2016 at 10:27:00AM +0000, Matthew Seaman wrote: >>>> >>>> It is planned to have a "precious" flag for packages which will prevent >>>> pkg >>>> delete -a from dropping them >>>> >>>> >>> Note, there are valid use cases for deleting all packages, even those >>> marked as 'precious'. For example, a test chroot(8) or jail(8). So the >>> 'precious' flag would also need an override. >>> >> >> # pkg delete -f --delete-my-precious-yes-i-know-just-do-it-already -a >> > > No. > > # pkg delete -f --mount-doom -a > > is the only way to destroy a precioussss. > > Graham > > No, Mount Doom is a place. The way to destroy it is --cast-it-into-the-fire. The problem is that such a naming scheme belongs is some hobby Linux dist, not in a serious production os. /A