From owner-freebsd-questions@FreeBSD.ORG Sun May 25 19:42:42 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 A4B1F37B401 for ; Sun, 25 May 2003 19:42:42 -0700 (PDT) Received: from tomts20-srv.bellnexxia.net (tomts20-srv.bellnexxia.net [209.226.175.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FAE543F75 for ; Sun, 25 May 2003 19:42:41 -0700 (PDT) (envelope-from matt@gsicomp.on.ca) Received: from gabby.gsicomp.on.ca ([65.95.185.239]) by tomts20-srv.bellnexxia.netESMTP <20030526024239.RJPL2019.tomts20-srv.bellnexxia.net@gabby.gsicomp.on.ca>; Sun, 25 May 2003 22:42:39 -0400 Received: from hermes (hermes.gsicomp.on.ca [192.168.0.18]) by gabby.gsicomp.on.ca (8.12.6/8.12.6) with SMTP id h4Q2bimK000866; Sun, 25 May 2003 22:37:44 -0400 (EDT) (envelope-from matt@gsicomp.on.ca) Message-ID: <032201c32330$66aaae50$1200a8c0@gsicomp.on.ca> From: "Matthew Emmerton" To: , References: <200305252244.11802.tsasser@terra.cl> Date: Sun, 25 May 2003 22:42:08 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 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 02:42:43 -0000 > hi all, > > i followed the procedure in the handbook for the make buildworld/installworld > after editing make.conf. everything worked fine. > > 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. > > 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? The base system includes lots of things, including sendmail (all version of FreeBSD) and perl (FreeBSD 4 and earlier.) The only way to remove these things entirely is to delete them by hand. -- Matt Emmerton