From owner-cvs-all@FreeBSD.ORG Sun May 18 01:39:17 2003 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 50F0037B401; Sun, 18 May 2003 01:39:17 -0700 (PDT) Received: from builder.freebsdmall.com (builder.freebsdmall.com [65.86.180.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id A893443FA3; Sun, 18 May 2003 01:39:16 -0700 (PDT) (envelope-from root@builder.freebsdmall.com) Received: by builder.freebsdmall.com (Postfix, from userid 0) id 5649E152D; Sun, 18 May 2003 01:39:16 -0700 (PDT) Date: Sun, 18 May 2003 01:39:16 -0700 From: Murray Stokely To: Makoto Matsushita Message-ID: <20030518083916.GD23374@freebsdmall.com> References: <20030517125948.GC52158@sunbay.com> <20030517140630.GA60602@sunbay.com> <20030518004505T.matusita@jp.FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030518004505T.matusita@jp.FreeBSD.org> User-Agent: Mutt/1.4i X-GPG-Key-ID: 1024D/0E451F7D X-GPG-Key-Fingerprint: E2CA 411D DD44 53FD BB4B 3CB5 B4D7 10A2 0E45 1F7D cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/alpha dokern.sh drivers.conf 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: Sun, 18 May 2003 08:39:17 -0000 On Sun, May 18, 2003 at 12:45:05AM +0900, Makoto Matsushita wrote: > We don't need *.dsc file at least now, since this file is used only > for debug message at this time (casual user doesn't see *.dsc messages.) > Remove them all, then we can rethink how to use *.dsc file in the future. The .dsc files have helped troubleshoot problems with module loading / sysinstall interaction in the past, so I'd like to keep them around in some form if possible. - Murray