From owner-cvs-user Thu Jan 2 04:59:50 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id EAA02891 for cvs-user-outgoing; Thu, 2 Jan 1997 04:59:50 -0800 (PST) Received: from mail.cs.tu-berlin.de (root@mail.cs.tu-berlin.de [130.149.17.13]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id EAA02838; Thu, 2 Jan 1997 04:55:44 -0800 (PST) Received: from campa.panke.de (anonymous215.ppp.cs.tu-berlin.de [130.149.17.215]) by mail.cs.tu-berlin.de (8.8.4/8.8.4) with SMTP id NAA18263; Thu, 2 Jan 1997 13:45:40 +0100 (MET) Received: (from wosch@localhost) by campa.panke.de (8.6.12/8.6.12) id NAA04499; Thu, 2 Jan 1997 13:24:20 +0100 Date: Thu, 2 Jan 1997 13:24:20 +0100 From: Wolfram Schneider Message-Id: <199701021224.NAA04499@campa.panke.de> To: Michael Smith Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-user@freefall.freebsd.org Subject: cvs commit: src/tools/LibraryReport - Imported sources In-Reply-To: <199701020349.TAA13629@freefall.freebsd.org> References: <199701020349.TAA13629@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Michael Smith writes: > src/tools/LibraryReport - Imported sources > LibraryReport is a Tcl script that attempts to report on the status of > shared libraries in the system. shouldn't this be under src/tools/diag? src/tools/diag/README: This directory is for diagnostic programs. A diagnostic program is one that will inform you that something is wrong somewhere, for instance by traversing a kernel-structure and verifying the integrity. Wolfram