aboutsummaryrefslogtreecommitdiff
path: root/share/dtrace
diff options
context:
space:
mode:
authorJohn-Mark Gurney <jmg@FreeBSD.org>2014-08-09 20:25:17 +0000
committerJohn-Mark Gurney <jmg@FreeBSD.org>2014-08-09 20:25:17 +0000
commita0e793cbf1951d07fc47a0d9ea389d7dacba5213 (patch)
treef5512d48065ff7621d3039ac73d90dbe496076a0 /share/dtrace
parent5ecfb2c88cb1fe97b51d7fb72dca59a65d983b5e (diff)
downloadsrc-a0e793cbf1951d07fc47a0d9ea389d7dacba5213.tar.gz
src-a0e793cbf1951d07fc47a0d9ea389d7dacba5213.zip
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..
Notes
Notes: svn path=/head/; revision=269764
Diffstat (limited to 'share/dtrace')
-rw-r--r--share/dtrace/README10
-rw-r--r--share/dtrace/toolkit/Makefile4
2 files changed, 7 insertions, 7 deletions
diff --git a/share/dtrace/README b/share/dtrace/README
index e446ceecf076..0540badea798 100644
--- a/share/dtrace/README
+++ b/share/dtrace/README
@@ -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.
diff --git a/share/dtrace/toolkit/Makefile b/share/dtrace/toolkit/Makefile
index 0eb7ff21bc5c..663cc98140ff 100644
--- a/share/dtrace/toolkit/Makefile
+++ b/share/dtrace/toolkit/Makefile
@@ -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