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..
This commit is contained in:
John-Mark Gurney 2014-08-09 20:25:17 +00:00
parent 5ecfb2c88c
commit a0e793cbf1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=269764
2 changed files with 7 additions and 7 deletions

View File

@ -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.

View File

@ -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