mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-02 10:42:45 +00:00
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:
parent
5ecfb2c88c
commit
a0e793cbf1
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=269764
@ -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.
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user