From owner-freebsd-arch@FreeBSD.ORG Tue Jun 10 02:40:24 2003 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A269537B401; Tue, 10 Jun 2003 02:40:24 -0700 (PDT) Received: from relay1.cris.net (relay1.cris.net [212.110.128.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E80E43F3F; Tue, 10 Jun 2003 02:40:18 -0700 (PDT) (envelope-from phantom@phantom.cris.net) Received: from phantom.cris.net (root@phantom.cris.net [212.110.130.74]) by relay1.cris.net (8.12.6/8.12.6) with ESMTP id h5ACeNnp078799; Tue, 10 Jun 2003 12:40:24 GMT Received: (from phantom@localhost) by phantom.cris.net (8.12.6/8.12.2) id h5A9llAW007649; Tue, 10 Jun 2003 12:47:47 +0300 (EEST) (envelope-from phantom) Date: Tue, 10 Jun 2003 12:47:47 +0300 From: Alexey Zelkin To: Doug Barton Message-ID: <20030610124747.A7560@phantom.cris.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-Operating-System: FreeBSD 4.7-STABLE i386 cc: =?koi8-r?B?4c7E0sXKIP7F0s7P1w==?= cc: arch@freebsd.org Subject: removing stale files (was: Re: cvs commit: src/etc Makefile locale.alias locale.deprecated nls.alias) X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jun 2003 09:40:24 -0000 [moved to -arch] Well. Then I have to rehash $subj issue again. There's important point with removing old (currently unsupported, or correctly to say -- partly supported) locales. They should be removed at installworld stage. We have to define and implement infrastructure to remove old files at installworld stage. But I think there're already someone who has it implemented. Otherwise I'll spend some time, write and commit it. On Tue, Jun 10, 2003 at 02:01:05AM -0700, Doug Barton wrote: > On Tue, 10 Jun 2003, Alexey Zelkin wrote: > > > Hmm... I like this idea. Will send patch to mergemaster mainatiner > > in few minutes. > > I can save you some work... mergemaster doesn't remove files, and > shouldn't. If you need users to remove files, you need to educate them > about the need to do so. We can't educate and force everybody to do right things. And since we can take care people from making mistakes - we should to do it, IMHO.