From owner-cvs-all@FreeBSD.ORG Fri Dec 31 06:17:24 2004 Return-Path: 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 2216816A4CE; Fri, 31 Dec 2004 06:17:24 +0000 (GMT) Received: from mta13.adelphia.net (mta13.adelphia.net [68.168.78.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id 461B043D2D; Fri, 31 Dec 2004 06:17:23 +0000 (GMT) (envelope-from parv@pair.com) Received: from default.chvlva.adelphia.net ([69.160.64.9]) by mta13.adelphia.netESMTP <20041231061722.TDNX5807.mta13.adelphia.net@default.chvlva.adelphia.net>; Fri, 31 Dec 2004 01:17:22 -0500 Received: by default.chvlva.adelphia.net (Postfix, from userid 1000) id EDA2CB509; Fri, 31 Dec 2004 01:17:08 -0500 (EST) Date: Fri, 31 Dec 2004 01:17:08 -0500 From: Parv To: Kris Kennaway Message-ID: <20041231061708.GA4671@holestein.holy.cow> Mail-Followup-To: Kris Kennaway , cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org References: <200412292141.iBTLfnAf052451@repoman.freebsd.org> <20041229220451.GC50770@submonkey.net> <1104359333.854.38.camel@leguin> <20041230021649.GA1267@holestein.holy.cow> <20041230025938.GA6056@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041230025938.GA6056@xor.obsecurity.org> cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports UPDATING X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Fri, 31 Dec 2004 06:17:24 -0000 in message <20041230025938.GA6056@xor.obsecurity.org>, wrote Kris Kennaway thusly... > > On Wed, Dec 29, 2004 at 09:16:49PM -0500, Parv wrote: > > in message <1104359333.854.38.camel@leguin>, > > wrote Eric Anholt thusly... > > > > > > This directory needs to be made during startup by the system, i.e. > > > not X.Org or XFree86. The only question is whether we're going to > > > put the rc script in a common port, each of the ports that needs > > > it, or the base system. I lean towards #3. > > > > I sure hope there would be NO_ICE_DIR or some such knob for those of > > us that have no use for KDE if the directory creation goes into the > > base system. > > Let's all take up a collection to buy Parv a spare inode, instead. :-) I certainly can use it for my /usr partition (581 MB, 5.3, UFS2, "-b 8192 -f 1024" newfs options) which runs out of inodes around 70-80% capacity. That was quite a surprise in comparison to /usr of slightly smaller size on FreeBSD 4.x of. Anyway, my point was ... whatever would create the directory should not be part of base installation. It should only be installed when a particular version of XFree86/Xorg will require it outside of base system directories, which can be overridden like in the case of openssh port. - Parv --