Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/cddl/dtracetoolkit/dist simple path fixes
details: https://anonhg.NetBSD.org/src/rev/6b9595b27a66
branches: trunk
changeset: 349501:6b9595b27a66
user: christos <christos%NetBSD.org@localhost>
date: Mon Dec 12 16:30:03 2016 +0000
description:
simple path fixes
diffstat:
external/cddl/dtracetoolkit/dist/dexplorer | 6 +++---
external/cddl/dtracetoolkit/dist/errinfo | 4 ++--
external/cddl/dtracetoolkit/dist/hotkernel | 4 ++--
external/cddl/dtracetoolkit/dist/rwtop | 4 ++--
4 files changed, 9 insertions(+), 9 deletions(-)
diffs (81 lines):
diff -r de6c8e6e4951 -r 6b9595b27a66 external/cddl/dtracetoolkit/dist/dexplorer
--- a/external/cddl/dtracetoolkit/dist/dexplorer Mon Dec 12 15:58:44 2016 +0000
+++ b/external/cddl/dtracetoolkit/dist/dexplorer Mon Dec 12 16:30:03 2016 +0000
@@ -1,4 +1,4 @@
-#!/usr/bin/ksh
+#!/bin/ksh
#
# dexplorer - DTrace system explorer, runs a collection of scripts.
# Written using DTrace (Solaris 10 3/05).
@@ -7,7 +7,7 @@
# many areas of the system, and places the output in a meaningful directory
# structure that is tar'd and gzip'd.
#
-# $Id: dexplorer,v 1.1.1.1 2015/09/30 22:01:06 christos Exp $
+# $Id: dexplorer,v 1.2 2016/12/12 16:30:03 christos Exp $
#
# USAGE: dexplorer [-yDT] [-d outputdir] [-i interval]
#
@@ -64,7 +64,7 @@
delete=1 # delete output dirs
dtrace=/usr/sbin/dtrace # path to dtrace
root=. # default output dir
-PATH=/usr/bin:/usr/sbin # safe path
+PATH=/bin:/sbin:/usr/bin:/usr/sbin # safe path
dir=de_`uname -n`_`date +%Y%m%d%H%M` # OUTPUT FILENAME
samples=20 # max number of tests
current=0 # current sample
diff -r de6c8e6e4951 -r 6b9595b27a66 external/cddl/dtracetoolkit/dist/errinfo
--- a/external/cddl/dtracetoolkit/dist/errinfo Mon Dec 12 15:58:44 2016 +0000
+++ b/external/cddl/dtracetoolkit/dist/errinfo Mon Dec 12 16:30:03 2016 +0000
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/pkg/bin/perl
#
# errinfo - report on syscall failures and print errno error messages.
# Written using Perl and DTrace (Solaris 10 03/05)
@@ -9,7 +9,7 @@
# and prints details for all syscall failures along with their message,
# whether the failing program is already printing this info or not.
#
-# $Id: errinfo,v 1.1.1.1 2015/09/30 22:01:06 christos Exp $
+# $Id: errinfo,v 1.2 2016/12/12 16:30:03 christos Exp $
#
# USAGE: errinfo [-ch] [-p PID] [-n name]
#
diff -r de6c8e6e4951 -r 6b9595b27a66 external/cddl/dtracetoolkit/dist/hotkernel
--- a/external/cddl/dtracetoolkit/dist/hotkernel Mon Dec 12 15:58:44 2016 +0000
+++ b/external/cddl/dtracetoolkit/dist/hotkernel Mon Dec 12 16:30:03 2016 +0000
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w
+#!/usr/pkg/bin/perl -w
#
# hotkernel - sample on-CPU kernel-level functions and modules.
# Written using Perl and DTrace (Solaris 10 03/05)
@@ -9,7 +9,7 @@
# the hottest. See Notes/ALLexclusive_notes.txt for an explanation of
# exclusive time.
#
-# $Id: hotkernel,v 1.1.1.1 2015/09/30 22:01:06 christos Exp $
+# $Id: hotkernel,v 1.2 2016/12/12 16:30:03 christos Exp $
#
# USAGE: hotkernel [-hm]
#
diff -r de6c8e6e4951 -r 6b9595b27a66 external/cddl/dtracetoolkit/dist/rwtop
--- a/external/cddl/dtracetoolkit/dist/rwtop Mon Dec 12 15:58:44 2016 +0000
+++ b/external/cddl/dtracetoolkit/dist/rwtop Mon Dec 12 16:30:03 2016 +0000
@@ -1,4 +1,4 @@
-#!/usr/bin/ksh
+#!/bin/ksh
#
# rwtop - display top read/write bytes by process.
# Written using DTrace (Solaris 10 3/05).
@@ -6,7 +6,7 @@
# This is measuring reads and writes at the application level. This matches
# read and write system calls.
#
-# $Id: rwtop,v 1.1.1.1 2015/09/30 22:01:06 christos Exp $
+# $Id: rwtop,v 1.2 2016/12/12 16:30:03 christos Exp $
#
# USAGE: rwtop [-cC] [-j|-Z] [-n name] [-p pid]
# [-t top] [interval [count]]
Home |
Main Index |
Thread Index |
Old Index