svn commit: r269764 - in head/share/dtrace: . toolkit
John-Mark Gurney
jmg at FreeBSD.org
Sat Aug 9 20:25:18 UTC 2014
Author: jmg
Date: Sat Aug 9 20:25:17 2014
New Revision: 269764
URL: http://svnweb.freebsd.org/changeset/base/269764
Log:
make the README a bit more clearer...
Sort the scripts, and remove the trailing backslash...
We really should install more of the toolkit scripts than just 5 of them..
Modified:
head/share/dtrace/README
head/share/dtrace/toolkit/Makefile
Modified: head/share/dtrace/README
==============================================================================
--- head/share/dtrace/README Sat Aug 9 20:03:40 2014 (r269763)
+++ head/share/dtrace/README Sat Aug 9 20:25:17 2014 (r269764)
@@ -1,11 +1,11 @@
$FreeBSD$
This directory contains scripts for use with the DTrace system. The
-toolkit/ directory contains the latest vendor import of Brendan
-Gregg's DTraceToolkit while all the other files and directories
+toolkit/ directory installs the latest vendor import of Brendan
+Gregg's DTraceToolkit while the other files and directories
contain code generated by the FreeBSD Project for use with DTrace on
FreeBSD.
-NOTE: Do not add new scripts to the DTraceToolkit contained in this
-directory. New DTraceToolkit scripts should be send to the maintainer
-of the toolkit and then brought back into FreeBSD via future vendor imports.
+NOTE: Do not add new scripts to the toolkit directory. New DTraceToolkit
+scripts should be send to the maintainer of the toolkit and then brought
+back into FreeBSD via future vendor imports.
Modified: head/share/dtrace/toolkit/Makefile
==============================================================================
--- head/share/dtrace/toolkit/Makefile Sat Aug 9 20:03:40 2014 (r269763)
+++ head/share/dtrace/toolkit/Makefile Sat Aug 9 20:25:17 2014 (r269764)
@@ -5,10 +5,10 @@
DTRACETOOLKIT= ../../../cddl/contrib/dtracetoolkit
SCRIPTS= ${DTRACETOOLKIT}/execsnoop \
- ${DTRACETOOLKIT}/hotuser \
${DTRACETOOLKIT}/hotkernel \
+ ${DTRACETOOLKIT}/hotuser \
${DTRACETOOLKIT}/opensnoop \
- ${DTRACETOOLKIT}/procsystime \
+ ${DTRACETOOLKIT}/procsystime
SCRIPTSDIR= ${SHAREDIR}/dtrace/toolkit
More information about the svn-src-all
mailing list