From owner-freebsd-questions@FreeBSD.ORG Fri Jun 15 15:54:10 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 68A1A16A468 for ; Fri, 15 Jun 2007 15:54:10 +0000 (UTC) (envelope-from xfb52@dial.pipex.com) Received: from galaxy.systems.pipex.net (galaxy.systems.pipex.net [62.241.162.31]) by mx1.freebsd.org (Postfix) with ESMTP id 0CB7E13C4C6 for ; Fri, 15 Jun 2007 15:54:10 +0000 (UTC) (envelope-from xfb52@dial.pipex.com) Received: from [192.168.23.2] (62-31-10-181.cable.ubr05.edin.blueyonder.co.uk [62.31.10.181]) by galaxy.systems.pipex.net (Postfix) with ESMTP id 58949E000A1E; Fri, 15 Jun 2007 16:54:08 +0100 (BST) Message-ID: <4672B61F.2080603@dial.pipex.com> Date: Fri, 15 Jun 2007 16:54:07 +0100 From: Alex Zbyslaw User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-GB; rv:1.7.13) Gecko/20061205 X-Accept-Language: en MIME-Version: 1.0 To: Andrew Falanga References: <340a29540706150835k27bc59f0wdfc326a08958410e@mail.gmail.com> In-Reply-To: <340a29540706150835k27bc59f0wdfc326a08958410e@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions Subject: Re: Upgrading x.org to 7.2 (to make other ports happy) 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: Fri, 15 Jun 2007 15:54:10 -0000 Andrew Falanga wrote: > I come back a > little later to find that I've got to update X.org according > /usr/ports/UPDATING. I open this file and read up on what it says. > In there it says I need to run a script called "xorg-upgrade" however, > this script does not exist on this box. Please read the instructions more carefully. You are supposed to run a program called "script" with the parameter "xorg-upgrade". script is a program which will create a file called xorg-upgrade. All the commands you subsequently type and all the output you get will be logged in the file xorg-upgrade, so that if something goes wrong you have a log of the errors to refer to, cut-and-pate from etc. --Alex