Date: Tue, 25 Sep 2012 01:31:31 +0000 (UTC) From: Eitan Adler <eadler@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org Subject: svn commit: r240908 - in stable/7/tools: diag diag/ac tools tools/backout_commit tools/mfc Message-ID: <201209250131.q8P1VVcV036796@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: eadler Date: Tue Sep 25 01:31:30 2012 New Revision: 240908 URL: http://svn.freebsd.org/changeset/base/240908 Log: MFC r240470: Remove scripts and tools which only functioned when src was using CVS Approved by: cperciva (implicit) Deleted: stable/7/tools/diag/ac/ stable/7/tools/tools/backout_commit/ stable/7/tools/tools/mfc/ Modified: stable/7/tools/diag/README stable/7/tools/tools/README Directory Properties: stable/7/tools/diag/ (props changed) stable/7/tools/tools/ (props changed) Modified: stable/7/tools/diag/README ============================================================================== --- stable/7/tools/diag/README Tue Sep 25 01:31:24 2012 (r240907) +++ stable/7/tools/diag/README Tue Sep 25 01:31:30 2012 (r240908) @@ -8,8 +8,6 @@ the integrity. Please make a subdir per program, and add a brief description to this file. -ac Various scripts that checks of style/content correctness of - committers lists in doc/ area. dumpvfscache program that can be used to examine the contents of the vfs name cache. httpd-error check for Web files which does not exists on your host Modified: stable/7/tools/tools/README ============================================================================== --- stable/7/tools/tools/README Tue Sep 25 01:31:24 2012 (r240907) +++ stable/7/tools/tools/README Tue Sep 25 01:31:30 2012 (r240908) @@ -10,8 +10,6 @@ file. ansify Convert K&R-style function definitions to ANSI style ath Tools specific to the Atheros 802.11 support -backout_commit A tool for reading in a commit message and generating - a script that will backout the commit. commitsdb A tool for reconstructing commit history using md5 checksums of the commit logs. crypto Test and exercise tools related to the crypto framework @@ -38,8 +36,6 @@ kernelcruft Shellscript to find orphaned kerninclude Shellscript to find unused #includes in the kernel. kernxref Shellscript to cross reference symbols in the LINT kernel. kttcp An in-kernel version of the ttcp network performance tool -mfc Merge a directory from HEAD to a branch where it does not - already exist and other MFC related script(s). mid Create a Message-ID database for mailing lists. ncpus Count the number of processors nxge A diagnostic tool for the nxge(4) driver
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209250131.q8P1VVcV036796>