Index: head/share/dtrace/README =================================================================== --- head/share/dtrace/README (revision 269763) +++ head/share/dtrace/README (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. Index: head/share/dtrace/toolkit/Makefile =================================================================== --- head/share/dtrace/toolkit/Makefile (revision 269763) +++ head/share/dtrace/toolkit/Makefile (revision 269764) @@ -1,17 +1,17 @@ #$FreeBSD$ # # Install scripts from the DTraceToolkit # DTRACETOOLKIT= ../../../cddl/contrib/dtracetoolkit SCRIPTS= ${DTRACETOOLKIT}/execsnoop \ - ${DTRACETOOLKIT}/hotuser \ ${DTRACETOOLKIT}/hotkernel \ + ${DTRACETOOLKIT}/hotuser \ ${DTRACETOOLKIT}/opensnoop \ - ${DTRACETOOLKIT}/procsystime \ + ${DTRACETOOLKIT}/procsystime SCRIPTSDIR= ${SHAREDIR}/dtrace/toolkit NO_OBJ= .include