From owner-freebsd-x11@FreeBSD.ORG Thu May 31 09:04:19 2007 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2323816A468 for ; Thu, 31 May 2007 09:04:19 +0000 (UTC) (envelope-from h.nieser@xs4all.nl) Received: from smtp-vbr2.xs4all.nl (smtp-vbr2.xs4all.nl [194.109.24.22]) by mx1.freebsd.org (Postfix) with ESMTP id B819313C447 for ; Thu, 31 May 2007 09:04:18 +0000 (UTC) (envelope-from h.nieser@xs4all.nl) Received: from [192.168.1.10] (aphax.nl [82.92.29.227]) by smtp-vbr2.xs4all.nl (8.13.8/8.13.8) with ESMTP id l4V94G0m051148 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 31 May 2007 11:04:16 +0200 (CEST) (envelope-from h.nieser@xs4all.nl) Message-ID: <465E8F8F.4000005@xs4all.nl> Date: Thu, 31 May 2007 11:04:15 +0200 From: Hans Nieser User-Agent: Thunderbird 2.0.0.0 (X11/20070424) MIME-Version: 1.0 To: Alexander , freebsd-x11@freebsd.org References: <20070531074510.8pkfu42og88oc88w@cakebox.homeunix.net> <20070531065539.GB8407@rot13.obsecurity.org> <20070531091707.4a9hjmbfcc8ks8ow@cakebox.homeunix.net> In-Reply-To: <20070531091707.4a9hjmbfcc8ks8ow@cakebox.homeunix.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by XS4ALL Virus Scanner Cc: Subject: Re: xorg7.2 update X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 May 2007 09:04:19 -0000 Alexander wrote: > ----- Message from kris@obsecurity.org --------- > Date: Thu, 31 May 2007 02:55:40 -0400 > From: Kris Kennaway > Reply-To: Kris Kennaway > Subject: Re: xorg7.2 update > To: Alexander > Cc: freebsd-x11@FreeBSD.org > > >> On Thu, May 31, 2007 at 07:45:10AM +0200, Alexander wrote: >>> I think in /usr/ports/UPDATING there is one important thing missing >>> regarding the xorg upgrade. After the upgrade one should add: >>> >>> local_startup="/usr/local/etc/rc.d" >>> >>> to "/etc/rc.conf" because otherwise all local packages will be started >>> twice. >> >> No, mergebase does this. > > Ah! I did not use that since UPDATING only speaks about merging > /usr/X11R6 and /usr/local which I had already done manually. Changes in > /etc/rc.conf, /etc/periodic.conf and /etc/manpath.config where not > mentioned so I did not bother running the script. It may be a good idea > to add another sentence about that to UPDATING. I'd bet I'm not only one > stumbling over that. I did exactly the same as you did. Did not realise this was going on until now. Thanks for bringing this up!