From owner-freebsd-doc@FreeBSD.ORG Mon Jul 21 12:20:15 2003 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 322C337B401 for ; Mon, 21 Jul 2003 12:20:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9C2A43F75 for ; Mon, 21 Jul 2003 12:20:14 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6LJKEUp069741 for ; Mon, 21 Jul 2003 12:20:14 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6LJKEW7069740; Mon, 21 Jul 2003 12:20:14 -0700 (PDT) Date: Mon, 21 Jul 2003 12:20:14 -0700 (PDT) Message-Id: <200307211920.h6LJKEW7069740@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: Josef El-Rayes Subject: Re: docs/54676: [patch] clarify xfree86 installation X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Josef El-Rayes List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jul 2003 19:20:15 -0000 The following reply was made to PR docs/54676; it has been noted by GNATS. From: Josef El-Rayes To: FreeBSD-gnats-submit@FreeBSD.org Cc: blackend@FreeBSD.org Subject: Re: docs/54676: [patch] clarify xfree86 installation Date: Mon, 21 Jul 2003 21:17:59 +0200 --G4iJoqBmSsgzjUCe Content-Type: text/plain; charset=us-ascii Content-Disposition: inline I redid the patch according to Marc's hints. -josef -- www: http://www.daemon.li nic-hdl: JER1080312-NICAT FreeBSD PortMaintainer "Make World - Not War!" --G4iJoqBmSsgzjUCe Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="chapter.sgml.diff" --- chapter.sgml.orig Mon Jul 21 21:07:59 2003 +++ chapter.sgml Mon Jul 21 21:10:06 2003 @@ -317,6 +317,10 @@ &prompt.root; cd /usr/ports/x11/XFree86-4 &prompt.root; make install clean + + The above examples will install the complete XFree86 + distribution - including the servers, clients, fonts etc. Separate packages and ports for + different parts of XFree86 4.x are also available. The rest of this chapter will explain how to configure XFree86, and how to setup a productive desktop --G4iJoqBmSsgzjUCe--