From owner-freebsd-questions@FreeBSD.ORG Fri Oct 8 18:50:14 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 1ABC516A4CE for ; Fri, 8 Oct 2004 18:50:14 +0000 (GMT) Received: from lilbuddy.antsclimbtree.com (adsl-66-122-112-171.dsl.snfc21.pacbell.net [66.122.112.171]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE14843D31 for ; Fri, 8 Oct 2004 18:50:13 +0000 (GMT) (envelope-from mark@antsclimbtree.com) Received: from antslaptop.antsclimbtree.com ([192.168.1.192]) by lilbuddy.antsclimbtree.com with esmtpsa (TLSv1:RC4-SHA:128) (Exim 4.42 (FreeBSD)) id 1CFzoa-0001a2-NY; Fri, 08 Oct 2004 11:50:14 -0700 In-Reply-To: <200410081837.i98Ibpim030947@lv.raad.tartu.ee> References: <200410081837.i98Ibpim030947@lv.raad.tartu.ee> Mime-Version: 1.0 (Apple Message framework v619) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Mark Edwards Date: Fri, 8 Oct 2004 11:50:00 -0700 To: "Toomas Aas" X-Mailer: Apple Mail (2.619) X-Spam-Score: -5.9 (-----) cc: questions@FreeBSD.ORG cc: 'questions@freebsd.org' Subject: Re: Deleting /usr/X11R6 and /etc/X11 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: Fri, 08 Oct 2004 18:50:14 -0000 On Oct 8, 2004, at 11:37 AM, Toomas Aas wrote: > Hi! > >> I decided to remove XFree86 from my server since I don't really use it >> and its just taking up space. So I removed all gui ports, including >> all of gnome and XFree86. Done. Now, I'm wondering if there is any >> reason I shouldn't just delete /usr/X11R6 and /etc/X11? Aren't they >> just taking up space? >> >> Are those directories part of the a base FreeBSD 4.x install? > > These directories seem to exist on all my 4.x servers where I've never > explicitly installed XFree86 or any other X system. So it's probably > safer to not touch them. (/etc/X11 is empty on my machines, though). Thanks for the comments. I have since discovered that in fact some server packages, such as ImageMagick, in fact need XFree86-libraries-4 which uses /usr/X11R6. So I just cleaned that directory of gnome as best I could, re-installed XFree86-libraries-4, and I'm leaving it at that. /etc/X11 is empty now, except for my XF86Config which I will leave there to save me the hassle of reconfiguring if I ever decide to re-enable XFree86. Thanks for the help!