From owner-cvs-all@FreeBSD.ORG Tue Oct 17 21:13:15 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6ED1316A4A0; Tue, 17 Oct 2006 21:13:15 +0000 (UTC) (envelope-from simon@zaphod.nitro.dk) Received: from mx.nitro.dk (zarniwoop.nitro.dk [83.92.207.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BB1243D9A; Tue, 17 Oct 2006 21:13:05 +0000 (GMT) (envelope-from simon@zaphod.nitro.dk) Received: from zaphod.nitro.dk (unknown [192.168.3.39]) by mx.nitro.dk (Postfix) with ESMTP id 8EFE0302528; Tue, 17 Oct 2006 21:13:04 +0000 (UTC) Received: by zaphod.nitro.dk (Postfix, from userid 3000) id 74BAA1141D; Tue, 17 Oct 2006 23:13:04 +0200 (CEST) Date: Tue, 17 Oct 2006 23:13:04 +0200 From: "Simon L. Nielsen" To: Ceri Davies , Yar Tikhiy , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org, Maxime Henrion , Andrzej Tobola Message-ID: <20061017211303.GC1019@zaphod.nitro.dk> References: <200610161301.k9GD1j0C074012@repoman.freebsd.org> <20061017173133.GD70184@comp.chem.msu.su> <20061017210527.GD92966@submonkey.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20061017210527.GD92966@submonkey.net> User-Agent: Mutt/1.5.11 Cc: Subject: Re: cvs commit: src/etc/rc.d cleartmp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Oct 2006 21:13:15 -0000 On 2006.10.17 22:05:28 +0100, Ceri Davies wrote: > Also, if X requires certain directories, wouldn't it be better to blow > them away here and have them created from a boot time script? Otherwise > I don't understand how they ever get created. The X temporary directories has to be created early to avoid a race condition where people can do something bad to the X server and other X programs... AFAIR... I can't recall the details, just that there issues with nuking the X temporary directories which means it needs to be done careful. I would guess the cvs logs for the respective scripts should document the issues. -- Simon L. Nielsen