From owner-freebsd-questions@FreeBSD.ORG Wed May 12 08:30:42 2004 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 BDF4B16A4CE for ; Wed, 12 May 2004 08:30:42 -0700 (PDT) Received: from smtp.web.de (smtp06.web.de [217.72.192.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6AE3543D1F for ; Wed, 12 May 2004 08:30:42 -0700 (PDT) (envelope-from platanthera@web.de) Received: from [217.235.59.213] (helo=liza.hacienda.herti) by smtp.web.de with asmtp (TLSv1:RC4-MD5:128) (WEB.DE 4.101 #91) id 1BNvgu-0004xM-00 for freebsd-questions@freebsd.org; Wed, 12 May 2004 17:30:41 +0200 From: platanthera To: freebsd-questions@freebsd.org Date: Wed, 12 May 2004 17:38:44 +0200 User-Agent: KMail/1.6.2 References: <02b001c43832$61efc400$250a8b0a@chris> In-Reply-To: <02b001c43832$61efc400$250a8b0a@chris> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200405121738.45047.platanthera@web.de> Sender: platanthera@web.de Subject: Re: uninstalling base packages 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: Wed, 12 May 2004 15:30:42 -0000 On Wednesday 12 May 2004 17:04, Chris Ochs wrote: > I want to uninstall the heimdal kerberos that comes in the base freebsd > install. How do you delete software packages that are in the base install > and that I didn't install manually with the package system? > > Chris > You could adjust /etc/make.conf according to your needs and make build/install world. Then search for binaries that haven't been updated and delete them.