From owner-freebsd-stable@FreeBSD.ORG Wed Jan 17 20:12:51 2007 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B274C16A4DE for ; Wed, 17 Jan 2007 20:12:51 +0000 (UTC) (envelope-from fcash@ocis.net) Received: from smtp.sd73.bc.ca (smtp.sd73.bc.ca [142.24.13.140]) by mx1.freebsd.org (Postfix) with ESMTP id 954C713C455 for ; Wed, 17 Jan 2007 20:12:51 +0000 (UTC) (envelope-from fcash@ocis.net) Received: from localhost (localhost [127.0.0.1]) by localhost.sd73.bc.ca (Postfix) with ESMTP id 121AF1A000B2F for ; Wed, 17 Jan 2007 12:12:51 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at smtp.sd73.bc.ca Received: from smtp.sd73.bc.ca ([127.0.0.1]) by localhost (smtp.sd73.bc.ca [127.0.0.1]) (amavisd-new, port 10024) with LMTP id S7TcJ8rADaz1 for ; Wed, 17 Jan 2007 12:12:40 -0800 (PST) Received: from coal (s10.sbo [192.168.0.10]) by smtp.sd73.bc.ca (Postfix) with ESMTP id 31C6F1A0007A9 for ; Wed, 17 Jan 2007 12:12:36 -0800 (PST) From: Freddie Cash To: freebsd-stable@freebsd.org Date: Wed, 17 Jan 2007 12:12:34 -0800 User-Agent: KMail/1.9.5 References: <45AE68DE.7060304@tomjudge.com> In-Reply-To: <45AE68DE.7060304@tomjudge.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200701171212.35128.fcash@ocis.net> Subject: Re: Removing unused core components. (Disabled in make.conf) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Jan 2007 20:12:51 -0000 On Wednesday 17 January 2007 10:20 am, Tom Judge wrote: > I have the following options in /etc/make.conf: > NO_PROFILE=true > NO_SENDMAIL=true > NO_GAMES=true > NO_I4B=true > NO_ATM=true > NO_INET6=true > NO_BLUETOOTH=true > NO_IPFILTER=true > NO_RCMDS=true > NO_KERBEROS=true > > However after a "make buildworld installworld" the utilities and libs > associated with these packages are still installed, is there any easy > way to remove them from the system? There are scripts floating around the Internet that automate this. There are a couple linked off http://www.bsdforums.org/forums/ but you'll have to search the archives to find them. There's nothing built-in to FreeBSD that handles this. At least not that I've found / heard of. I could be wrong, though. -- Freddie Cash fcash@ocis.net