svn commit: r284964 - head/share/dtrace

Hiren Panchasara hiren at FreeBSD.org
Tue Jun 30 18:23:09 UTC 2015


Author: hiren
Date: Tue Jun 30 18:23:08 2015
New Revision: 284964
URL: https://svnweb.freebsd.org/changeset/base/284964

Log:
  Add missing DTrace scripts that exist in the source tree to the Makefile for
  install.
  While here, sort the list.
  
  Differential Revision:	D2950
  Submitted by:		Jason Wolfe <j at nitrology.com>
  Reviewed by:		gnn, markj, hiren
  Sponsored by:		Limelight Networks

Modified:
  head/share/dtrace/Makefile

Modified: head/share/dtrace/Makefile
==============================================================================
--- head/share/dtrace/Makefile	Tue Jun 30 17:59:14 2015	(r284963)
+++ head/share/dtrace/Makefile	Tue Jun 30 18:23:08 2015	(r284964)
@@ -15,11 +15,13 @@ _toolkit=	toolkit
 SCRIPTS=	disklatency \
 		disklatencycmd \
 		hotopen \
+		nfsattrstats \
 		nfsclienttime \
-		udptrack \
+		siftr \
+		tcpconn \
 		tcpstate \
 		tcptrack \
-		tcpconn 
+		udptrack
 
 SCRIPTSDIR= ${SHAREDIR}/dtrace
 


More information about the svn-src-head mailing list