From owner-freebsd-current@FreeBSD.ORG Wed Dec 28 01:25:23 2005 Return-Path: X-Original-To: freebsd-current@FreeBSD.org Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF60F16A41F for ; Wed, 28 Dec 2005 01:25:23 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from nic.ach.sch.gr (nic.sch.gr [194.63.238.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67A3543D45 for ; Wed, 28 Dec 2005 01:25:22 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: (qmail 12533 invoked by uid 207); 28 Dec 2005 01:25:20 -0000 Received: from keramida@ceid.upatras.gr by nic by uid 201 with qmail-scanner-1.21 (sophie: 3.04/2.30/3.97. Clear:RC:1(81.186.70.96):. Processed in 0.207305 secs); 28 Dec 2005 01:25:20 -0000 Received: from dialup96.ach.sch.gr (HELO flame.pc) ([81.186.70.96]) (envelope-sender ) by nic.sch.gr (qmail-ldap-1.03) with SMTP for ; 28 Dec 2005 01:25:18 -0000 Received: by flame.pc (Postfix, from userid 1001) id DB5E1116E7; Wed, 28 Dec 2005 03:24:06 +0200 (EET) Date: Wed, 28 Dec 2005 03:24:06 +0200 From: Giorgos Keramidas To: Doug Barton Message-ID: <20051228012406.GA13458@flame.pc> References: <200512261517.23498.nb_root@videotron.ca> <200512261538.53467.nb_root@videotron.ca> <20051227020910.GA19581@flame.pc> <43B0F4EB.7040702@FreeBSD.org> <20051227150422.GA1216@flame.pc> <43B1CCF7.20204@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <43B1CCF7.20204@FreeBSD.org> Cc: freebsd-current@FreeBSD.org, Nicolas Blais Subject: Re: Can't run KDE after cvsup X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Dec 2005 01:25:24 -0000 On 2005-12-27 15:23, Doug Barton wrote: > Giorgos Keramidas wrote: > > Even when I change cleartmp to recognise faststart, onestart, start > > and forcestart, the cleartmp_prestart() function runs before > > cleartmp_start(), creates the directories, only to have them deleted > > immediately by cleartmp_start() when run_rc_command is called. > > > > I'm not sure if there's a good way to modify cleartmp to do both things > > correctly, at least without something equally hackish like: > > > > run_rc_command "$@" || exit $? > > > > case $1 in > *start) > > It's still a little hackish, but it works. I just added the X > directories to the exclude list for find so they won't be > deleted now. Fantastic! Thanks :)))