From owner-freebsd-questions@FreeBSD.ORG Sun Jul 27 12:31:19 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 14AF2106567C for ; Sun, 27 Jul 2008 12:31:19 +0000 (UTC) (envelope-from bernt@bah.homeip.net) Received: from feeder.usenet4all.se (1-1-1-38a.far.sth.bostream.se [82.182.32.53]) by mx1.freebsd.org (Postfix) with ESMTP id 7B0038FC0C for ; Sun, 27 Jul 2008 12:31:17 +0000 (UTC) (envelope-from bernt@bah.homeip.net) Received: from [80.217.98.23] (c80-217-98-23.bredband.comhem.se [80.217.98.23]) by feeder.usenet4all.se (8.13.1/8.13.1) with ESMTP id m6RCVFpI009354; Sun, 27 Jul 2008 14:31:15 +0200 (CEST) (envelope-from bernt@bah.homeip.net) Message-ID: <488C6A8E.1090001@bah.homeip.net> Date: Sun, 27 Jul 2008 14:31:10 +0200 From: Bernt Hansson User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 To: bsd References: <0956648E-F93F-40EC-A565-17875757531F@todoo.biz> In-Reply-To: <0956648E-F93F-40EC-A565-17875757531F@todoo.biz> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit Cc: Liste FreeBSD Subject: Re: Deinstalling X and all dependencies X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jul 2008 12:31:19 -0000 bsd : > Hello, > > I have just received a new system that's planned to be a large scale DNS > server. > I have asked the guy who has setup the hardware not to install X… > > This has been useless!! Better doing it your self. > I am now ending up with 250 apps in the port tree!! > > Is there a good way to get rid of all these useless apps without > breaking the system… > What would you suggest? pkg_delete * This will remove ALL packages installed. It has worked for me in the past but be careful!