From owner-freebsd-x11@FreeBSD.ORG Thu May 31 11:56:06 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 3429B16A400 for ; Thu, 31 May 2007 11:56:06 +0000 (UTC) (envelope-from d.hill@yournetplus.com) Received: from duane.dbq.yournetplus.com (duane.dbq.yournetplus.com [65.124.230.214]) by mx1.freebsd.org (Postfix) with ESMTP id 147CD13C45D for ; Thu, 31 May 2007 11:56:06 +0000 (UTC) (envelope-from d.hill@yournetplus.com) Received: from [192.168.1.10] (unknown [192.168.1.1]) by duane.dbq.yournetplus.com (Postfix) with ESMTP id 727DD6D41C for ; Thu, 31 May 2007 11:36:46 +0000 (UTC) Date: Thu, 31 May 2007 11:36:46 +0000 (UTC) From: Duane Hill X-X-Sender: d.hill@duane.dbq.yournetplus.com To: freebsd-x11@FreeBSD.org In-Reply-To: <20070531074510.8pkfu42og88oc88w@cakebox.homeunix.net> Message-ID: <20070531113037.F27560@duane.dbq.yournetplus.com> References: <20070531074510.8pkfu42og88oc88w@cakebox.homeunix.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed 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 11:56:06 -0000 On Thu, 31 May 2007, 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. > "/usr/src/etc/defaults/rc.conf" should probably be changed to include > "/usr/local/etc/rc.d" only now. > Kind regards, > Alex. Thanks for the timely mentioning of this. I just did a brand new install on a computer at home and was wondering why my local packages were starting twice. After adding the local_startup things are swell!