From owner-freebsd-current@FreeBSD.ORG Sun Oct 24 01:47:54 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB95316A4CE for ; Sun, 24 Oct 2004 01:47:54 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBCCC43D2F for ; Sun, 24 Oct 2004 01:47:53 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (harmony.village.org [10.0.0.6]) by harmony.village.org (8.13.1/8.13.1) with ESMTP id i9O1jX9V012191; Sat, 23 Oct 2004 19:45:38 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sat, 23 Oct 2004 19:45:58 -0600 (MDT) Message-Id: <20041023.194558.63828926.imp@bsdimp.com> To: Alexander@Leidinger.net From: "M. Warner Losh" In-Reply-To: <20041016142502.6362d396@Magellan.Leidinger.net> References: <20041016142502.6362d396@Magellan.Leidinger.net> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: current@freebsd.org Subject: Re: RFC: automated way of removing old base system files (only for a recent 6-current!) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Oct 2004 01:47:54 -0000 This looks interesting. However, it may make more sense to use mtree to delete this, like NetBSD does. Warner