From owner-freebsd-ports@FreeBSD.ORG Sat May 19 22:57:36 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C818516A469; Sat, 19 May 2007 22:57:36 +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 B4E3013C45B; Sat, 19 May 2007 22:57:36 +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 9FC631A3C19; Sat, 19 May 2007 15:58:32 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id AF180513FC; Sat, 19 May 2007 18:57:35 -0400 (EDT) Date: Sat, 19 May 2007 18:57:35 -0400 From: Kris Kennaway To: Doug Barton Message-ID: <20070519225735.GB7106@xor.obsecurity.org> References: <464F62D8.80200@FreeBSD.org> <20070519215700.GC1164@turion.vk2pj.dyndns.org> <464F75BF.80203@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <464F75BF.80203@FreeBSD.org> User-Agent: Mutt/1.4.2.2i Cc: ports@freebsd.org, Peter Jeremy , x11@freebsd.org, Florent Thoumie Subject: Re: X.org 7.2 ports merged into the FreeBSD Ports Tree X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 May 2007 22:57:36 -0000 On Sat, May 19, 2007 at 03:10:07PM -0700, Doug Barton wrote: > Peter Jeremy wrote: > > >I presume there will be followup commits at some stage to fix > >src/etc/defaults/rc.conf src/etc/defaults/periodic.conf and > >src/etc/login.conf > > I presume that by "fix" you mean "remove X11R6 related stuff." My vote > (as someone deeply interested in /etc and especially rc.d related > issues) would be that it be changed in 7-current soonish, and not > changed in RELENG_6 at all. Given that by default there will be > /usr/X11R6 symlinks for the foreseeable future, I don't see any harm > in leaving the status quo as is in RELENG_6, and I see potential POLA > violations if we don't. There are a couple of things that do need to be fixed swiftly, e.g. the duplicate periodic directories /usr/X11R6 and /usr/local will mean that periodic scripts run twice. The mergebase script takes care of this for upgrades but new installations need the change too. Kris