From owner-freebsd-x11@FreeBSD.ORG Thu May 31 06:55:42 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 5BFC416A54C for ; Thu, 31 May 2007 06:55:42 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 4861713C455 for ; Thu, 31 May 2007 06:55:42 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id C74711A3C1A; Wed, 30 May 2007 23:56:52 -0700 (PDT) Received: from rot13.obsecurity.org (rot13.obsecurity.org [192.168.1.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id 9E5AC513AE; Thu, 31 May 2007 02:55:41 -0400 (EDT) Received: by rot13.obsecurity.org (Postfix, from userid 1001) id 70949C17C; Thu, 31 May 2007 02:55:41 -0400 (EDT) Date: Thu, 31 May 2007 02:55:40 -0400 From: Kris Kennaway To: Alexander Message-ID: <20070531065539.GB8407@rot13.obsecurity.org> References: <20070531074510.8pkfu42og88oc88w@cakebox.homeunix.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070531074510.8pkfu42og88oc88w@cakebox.homeunix.net> User-Agent: Mutt/1.4.2.2i Cc: freebsd-x11@FreeBSD.org 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 06:55:42 -0000 On Thu, May 31, 2007 at 07:45:10AM +0200, Alexander wrote: > Hi, > > 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. > "/usr/src/etc/defaults/rc.conf" should probably be changed to include > "/usr/local/etc/rc.d" only now. Already done in HEAD, will be MFCed soon. Kris