From owner-freebsd-questions@FreeBSD.ORG Mon May 26 14:10:45 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6178537B401 for ; Mon, 26 May 2003 14:10:45 -0700 (PDT) Received: from pop017.verizon.net (pop017pub.verizon.net [206.46.170.210]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9155243F93 for ; Mon, 26 May 2003 14:10:44 -0700 (PDT) (envelope-from cswiger@mac.com) Received: from mac.com ([129.44.60.214]) by pop017.verizon.net (InterMail vM.5.01.05.33 201-253-122-126-133-20030313) with ESMTP id <20030526211044.JKKC27254.pop017.verizon.net@mac.com> for ; Mon, 26 May 2003 16:10:44 -0500 Message-ID: <3ED282CA.3080504@mac.com> Date: Mon, 26 May 2003 17:10:34 -0400 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4b) Gecko/20030507 X-Accept-Language: en-us, en MIME-Version: 1.0 Cc: freebsd-questions@freebsd.org References: <200305252244.11802.tsasser@terra.cl> In-Reply-To: <200305252244.11802.tsasser@terra.cl> X-Enigmail-Version: 0.75.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH at pop017.verizon.net from [129.44.60.214] at Mon, 26 May 2003 16:10:43 -0500 Subject: Re: removing base system software, part 2 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2003 21:10:45 -0000 Tom wrote: [ ... ] > however, sendmail is still present on the system, as are other utilities like > telnet. disabling them is not a problem; i want them to be removed safely. If you perform a clean reinstallation from the version you compiled with the appropriate /etc/make.conf flags defined, then try doing a: find / -mtime +10 ...to identify all older files. > pkg_* utilities are not used to do this. i have no packages installed except > for the man pages ( on top of the base system installation ). how do i > control what the base system installs? You cannot. You can change what constitutes the "base system" as discussed above, but the base system is one "package" and is not divisible. -Chuck