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
 
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to