From owner-freebsd-arch@FreeBSD.ORG Wed Jun 11 07:46:46 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 8340537B401; Wed, 11 Jun 2003 07:46:46 -0700 (PDT) Received: from burka.carrier.kiev.ua (burka.carrier.kiev.ua [193.193.193.107]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F0B343FD7; Wed, 11 Jun 2003 07:46:44 -0700 (PDT) (envelope-from netch@lucky.net) Received: from netch@localhost [127.0.0.1] (netch@localhost [127.0.0.1]) by burka.carrier.kiev.ua with ESMTP id h5BEkcY2070142; Wed, 11 Jun 2003 17:46:39 +0300 (EEST) (envelope-from netch@burka.carrier.kiev.ua) Received: (from netch@localhost) by burka.carrier.kiev.ua (8.12.8p1/8.12.8/Submit) id h5BEkbjY070139; Wed, 11 Jun 2003 17:46:37 +0300 (EEST) (envelope-from netch) Date: Wed, 11 Jun 2003 17:46:37 +0300 From: Valentin Nechayev To: "Greg 'groggy' Lehey" Message-ID: <20030611144637.GO83663@lucky.net> References: <20030610124747.A7560@phantom.cris.net> <20030610024524.D23396@znfgre.qbhto.arg> <20030611075750.GB57496@wantadilla.lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030611075750.GB57496@wantadilla.lemis.com> X-42: On X-Verify-Sender: verified cc: arch@freebsd.org Subject: Re: 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 Reply-To: netch@lucky.net List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jun 2003 14:46:46 -0000 Wed, Jun 11, 2003 at 17:27:50, grog wrote about "Re: removing stale files (was: Re: cvs commit: src/etc Makefile locale.alias locale.deprecated nls.alias)": > Agreed. > I think we should work towards a policy where we say "these > directories belong to the system. Don't install your own things there > until you know exactly what you are doing.". That would greatly > simplify the job of keeping things up to date. But such tool should respect a config which says don't touch some files. E.g. admin uses BIND from port and says NO_BIND=yes in make.conf. Tool shouldn't delete files only because they aren't listed from last buildworld. OTOH, one can say make DESTDIR=/somewhere installworld and then move directories to their usual place. -netch-