From a0e793cbf1951d07fc47a0d9ea389d7dacba5213 Mon Sep 17 00:00:00 2001 From: John-Mark Gurney Date: Sat, 9 Aug 2014 20:25:17 +0000 Subject: [PATCH] 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.. --- share/dtrace/README | 10 +++++----- share/dtrace/toolkit/Makefile | 4 ++-- 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