From owner-svn-src-head@FreeBSD.ORG Sat Aug 9 20:25:18 2014 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 74DC78C3 for ; Sat, 9 Aug 2014 20:25:18 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4A68424E4 for ; Sat, 9 Aug 2014 20:25:18 +0000 (UTC) Received: from jmg (uid 686) (envelope-from jmg@FreeBSD.org) id 2f30 by svn.freebsd.org (DragonFly Mail Agent v0.9+); Sat, 09 Aug 2014 20:25:18 +0000 From: John-Mark Gurney Date: Sat, 9 Aug 2014 20:25:18 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r269764 - in head/share/dtrace: . toolkit X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Message-Id: <53e683ae.2f30.1521c256@svn.freebsd.org> X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Aug 2014 20:25:18 -0000 Author: jmg Date: Sat Aug 9 20:25:17 2014 New Revision: 269764 URL: http://svnweb.freebsd.org/changeset/base/269764 Log: 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.. Modified: head/share/dtrace/README head/share/dtrace/toolkit/Makefile Modified: head/share/dtrace/README ============================================================================== --- head/share/dtrace/README Sat Aug 9 20:03:40 2014 (r269763) +++ head/share/dtrace/README Sat Aug 9 20:25:17 2014 (r269764) @@ -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. Modified: head/share/dtrace/toolkit/Makefile ============================================================================== --- head/share/dtrace/toolkit/Makefile Sat Aug 9 20:03:40 2014 (r269763) +++ head/share/dtrace/toolkit/Makefile Sat Aug 9 20:25:17 2014 (r269764) @@ -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