From owner-freebsd-current@FreeBSD.ORG Mon Mar 15 06:17:27 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 8193716A4CE for ; Mon, 15 Mar 2004 06:17:27 -0800 (PST) Received: from plouf.absolight.net (plouf.absolight.net [212.43.217.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3EF4A43D45 for ; Mon, 15 Mar 2004 06:17:27 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by plouf.absolight.net (Postfix) with ESMTP id 25F4440AA; Mon, 15 Mar 2004 15:17:26 +0100 (CET) Received: from andromede.faubourg.reaumur.net (ATuileries-152-1-6-15.w82-123.abo.wanadoo.fr [82.123.160.15]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by plouf.absolight.net (Postfix) with ESMTP id 0891C400B; Mon, 15 Mar 2004 15:17:25 +0100 (CET) Date: Mon, 15 Mar 2004 15:19:29 +0100 From: Mathieu Arnold To: Putinas Piliponis , Johan Pettersson Message-ID: <341488578.1079363969@andromede.faubourg.reaumur.net> In-Reply-To: <003301c40a8d$9877efc0$3264a8c0@spotripoli.local> References: <20040315134745.1eb201f4.manlix@demonized.net> <20040315125121.GC91150@abc.123.org> <20040315135725.3cc70f97.manlix@demonized.net> <003301c40a8d$9877efc0$3264a8c0@spotripoli.local> X-Mailer: Mulberry/3.1.1 (Win32) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Scanned: by amavisd 0.1 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:17:27 -0000 +-le 15/03/2004 15:01 +0200, Putinas Piliponis a dit : | | ----- Original Message ----- From: "Johan Pettersson" | To: "Kai Voigt" | Cc: | Sent: Monday, March 15, 2004 14:57 | Subject: Re: Pkg-based base system. | | |> If you want to remove it would be nice to have the ability to remove it |> with pkg_delete. Maybe I want to remove gcc, binutils whatever. I think |> the base-system should be pkg-based. It is much more flexible. |> |> On Mon, 15 Mar 2004 13:51:21 +0100 |> Kai Voigt wrote: |> |>> Johan Pettersson wrote: |>> > Wouldn't it be nice to have ha pkg-based base system? So you easily can |>> > remove parts from the base system, like openssh, ipfw, ipf, bind, |>> > sendmail and so on. This couldn't be too hard to implement. :) |>> |>> Why would you remove such parts? They all are small and don't harm anyone |>> when not being used. |>> |>> And "make world" after a CVS update is much more elegant than updating a |>> row of ports. | | If I have compiled system with sendmail, and after I compile world without | it.. I make world install | but sendmail still will be in system, doesnt't he ? | Is there a way to remove for example sendmail ? after your installworld, do some kind of : find -ctime +1 -delete which will remove files which have been created more than 24 hours ago. YMMV, but don't blame me if you remove things you did not want to remove. -- Mathieu Arnold