From owner-freebsd-stable@FreeBSD.ORG Fri Apr 15 14:28:43 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A83616A4CE for ; Fri, 15 Apr 2005 14:28:43 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD6EC43D46 for ; Fri, 15 Apr 2005 14:28:42 +0000 (GMT) (envelope-from swhetzel@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so726040wri for ; Fri, 15 Apr 2005 07:28:41 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=pT0ex3T7oKujEAUnfldWC5SZ0dzCOSK9aSxsSucxNUxmteJMrDFIjY8A3nPeeZEySu0c+W3mT6wgnHHL/udHomydwwECgHCLbXC8Pvax4MKj/dWDLdhuhtDCvwmPU8cem3pAE75OYVWC5j0P+pkKPc9uuWPqKwrv3tcxfQweT44= Received: by 10.54.27.4 with SMTP id a4mr1110932wra; Fri, 15 Apr 2005 07:28:41 -0700 (PDT) Received: by 10.54.29.77 with HTTP; Fri, 15 Apr 2005 07:28:41 -0700 (PDT) Message-ID: <790a9fff05041507287212fbbb@mail.gmail.com> Date: Fri, 15 Apr 2005 09:28:41 -0500 From: Scot Hetzel To: Joel In-Reply-To: <20050415214645.E8AC.REES@ddcom.co.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20050415214645.E8AC.REES@ddcom.co.jp> cc: freebsd-stable@freebsd.org Subject: Re: merging locale stuff in mtree? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Scot Hetzel List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Apr 2005 14:28:43 -0000 On 4/15/05, Joel wrote: > Just finished rebuilding and installing the world and the kernel by the > "canonical" method. >=20 > In using mergemaster, I find myself puzzled by the locale stuff in mtree. > I have not installed a lot of locales, haven't even started X11 at all > yet, but the updates seem to want to put a lot of stuff about locales in > BSD.X11-4.dist and BSD.local.dist. Is all that locale stuff necessary > there if you haven't installed all those locales? >=20 The locale stuff in the BSD.*.dist files is used to create standard directories and permissions. This way when you install a port/package it doesn't need to create the missing locale directories, instead mtree will create them. > (I tried to merge BSD.local.dist, and I think I botched it.) >=20 Just copy the src/etc/mtree/BSD.local.dist to /etc/mtree to fix it. > I'm not really clear on what mtree does, in case that isn't obvious. > Search the web only turned up stuff about an alternative to tripwire, > but I suppose it might be mergemaster's db configuration? (Scanned man > on mtree and /usr/src/etc/mtree/README, but it hasn't sunk it yet.) >=20 mtree is used to create standard permissions (directories and files) and default directories that should exist.