Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Jun 2015 18:23:08 +0000 (UTC)
From:      Hiren Panchasara <hiren@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r284964 - head/share/dtrace
Message-ID:  <201506301823.t5UIN8v9045783@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506301823.t5UIN8v9045783>