From owner-freebsd-current@FreeBSD.ORG Mon Mar 15 06:03:59 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D4FE516A4CE for ; Mon, 15 Mar 2004 06:03:59 -0800 (PST) Received: from fisk.demonized.net (h97n2fls33o834.telia.com [213.66.186.97]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C59A43D41 for ; Mon, 15 Mar 2004 06:03:59 -0800 (PST) (envelope-from manlix@demonized.net) Received: from beard.demonized.net (beard.demonized.net [172.22.1.2]) by fisk.demonized.net (8.12.10/8.12.10) with SMTP id i2FE43LQ080494; Mon, 15 Mar 2004 15:04:03 +0100 (CET) (envelope-from manlix@demonized.net) Date: Mon, 15 Mar 2004 15:03:58 +0100 From: Johan Pettersson To: Ben Kelly Message-Id: <20040315150358.2fc7d4c7.manlix@demonized.net> In-Reply-To: References: <20040315134745.1eb201f4.manlix@demonized.net> <20040315125825.GJ52357@bombur.guldan.demon.nl> <20040315140947.17bbe512.manlix@demonized.net> X-Mailer: Sylpheed version 0.9.10 (GTK+ 1.2.10; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-current@guldan.demon.nl cc: freebsd-current@freebsd.org Subject: Re: Pkg-based base system. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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, 15 Mar 2004 14:04:00 -0000 On Mon, 15 Mar 2004 08:52:21 -0500 Ben Kelly wrote: > >> /me smells linux based distros... > >> > >> I would not like that. It is now a complete system all acts like it > >> should. > >> If you take it appart you will see thing breaking and getting a mess > >> like > >> i won't say it. > > > > If you want to remove something why shouldn't you be able to do it > > easily? If you want to remove something you can use rm(1) but its much > > simpler och easier with pkg_delete. And you know what you have and > > don't have with pkg_info or ls /var/db/pkg/ > > If removal is all you are looking for, how about adding a make target > to deinstall units that have their NO_ variable set? > > - Ben > > Yes, I been thinking of that.