From owner-freebsd-x11@FreeBSD.ORG Fri Jan 7 18:24:38 2005 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F49416A4CE; Fri, 7 Jan 2005 18:24:38 +0000 (GMT) Received: from pne-smtpout1-sn2.hy.skanova.net (pne-smtpout1-sn2.hy.skanova.net [81.228.8.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15D0143D31; Fri, 7 Jan 2005 18:24:38 +0000 (GMT) (envelope-from pawel.worach@telia.com) Received: from [127.0.0.1] (81.225.14.129) by pne-smtpout1-sn2.hy.skanova.net (7.1.026.6) (authenticated as u86211448) id 4199C69600039F8A; Fri, 7 Jan 2005 19:24:34 +0100 Message-ID: <41DED3DA.1040506@telia.com> Date: Fri, 07 Jan 2005 19:24:26 +0100 From: Pawel Worach User-Agent: Mozilla Thunderbird 1.0 (X11/20041223) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Brooks Davis References: <41DDC4F2.5090709@yahoo.com> <20050107003806.GA14003@odin.ac.hmc.edu> <41DE5242.4030606@redesjm.local> <20050107182024.GB30931@odin.ac.hmc.edu> In-Reply-To: <20050107182024.GB30931@odin.ac.hmc.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: Rob cc: freebsd-current cc: x11@freebsd.org Subject: Re: Xorg ICE vs. Xfce4 (4.2-RC3) needs fixing /etc/rc.d/cleartmp X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jan 2005 18:24:38 -0000 Brooks Davis wrote: > My worry with using your patch is that localpkg is run quite late in the > startup process, well after X may have tried to start if xdm is run from > /etc/ttys. If package startup scripts could run anywhere in the order, > a script in the port would be obvious solution, but that's not the case. Another issue I see with doing this in localpkg is that on a diskless client that shares /usr with the server it's common to set local_startup="" for the client so that it doesn't start all the stuff you have installed on the server. This issue is smaller today now that more ports use rcNG. > > -- Brooks > -- Pawel