From 20a8ca458e58c60c492bc773187ae6644b17fa15 Mon Sep 17 00:00:00 2001 From: Lucas Holt Date: Sun, 2 Jun 2024 08:48:45 -0400 Subject: [PATCH] cleanup --- share/dtrace/Makefile | 2 +- share/dtrace/README | 1 - share/dtrace/blocking | 2 -- share/dtrace/disklatency | 2 -- share/dtrace/disklatencycmd | 2 -- share/dtrace/hotopen | 2 -- share/dtrace/nfsattrstats | 2 -- share/dtrace/nfsclienttime | 2 -- share/dtrace/retval | 2 -- share/dtrace/siftr | 2 -- share/dtrace/tcpconn | 2 -- share/dtrace/tcpdebug | 2 -- share/dtrace/tcpstate | 2 -- share/dtrace/tcptrack | 2 -- share/dtrace/udptrack | 2 -- 15 files changed, 1 insertion(+), 28 deletions(-) diff --git a/share/dtrace/Makefile b/share/dtrace/Makefile index 95e0b4fee4e..1260da1877c 100644 --- a/share/dtrace/Makefile +++ b/share/dtrace/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ # # Hand installing our scripts and optionally (based on MK_CDDL) installing # the DTraceToolkit. @@ -6,6 +5,7 @@ .include +PACKAGE= dtrace SCRIPTS= blocking \ disklatency \ disklatencycmd \ diff --git a/share/dtrace/README b/share/dtrace/README index 6855c6aee72..fd07a00587c 100644 --- a/share/dtrace/README +++ b/share/dtrace/README @@ -1,4 +1,3 @@ -$FreeBSD$ This directory contains scripts for use with the DTrace system. These files and directories contain code generated by the FreeBSD diff --git a/share/dtrace/blocking b/share/dtrace/blocking index 00650087708..58bfee15ae8 100755 --- a/share/dtrace/blocking +++ b/share/dtrace/blocking @@ -24,8 +24,6 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ - * * This little script is for use with programs that use event loop and should * sleep only when waiting for events (eg. via kevent(2)). When a program is * going to sleep in the kernel, the script will show its name, PID, kernel diff --git a/share/dtrace/disklatency b/share/dtrace/disklatency index 97ef87a0798..99fad10a897 100755 --- a/share/dtrace/disklatency +++ b/share/dtrace/disklatency @@ -24,8 +24,6 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ - * */ #pragma D option quiet diff --git a/share/dtrace/disklatencycmd b/share/dtrace/disklatencycmd index 95fa6532d8b..4e4fe289f68 100755 --- a/share/dtrace/disklatencycmd +++ b/share/dtrace/disklatencycmd @@ -24,8 +24,6 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ - * */ #pragma D option quiet diff --git a/share/dtrace/hotopen b/share/dtrace/hotopen index ba2777cfe89..b416faa5f88 100755 --- a/share/dtrace/hotopen +++ b/share/dtrace/hotopen @@ -24,8 +24,6 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ - * * The hotopen D script periodically outputs table of which UIDs * are opening files. This is a very quick way to find out if * a paritcular user is thrashing a system with rapid calls to diff --git a/share/dtrace/nfsattrstats b/share/dtrace/nfsattrstats index cf384f6e46e..b2aa407d31a 100755 --- a/share/dtrace/nfsattrstats +++ b/share/dtrace/nfsattrstats @@ -27,8 +27,6 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD: stable/11/share/dtrace/nfsattrstats 287544 2015-09-08 00:30:10Z gnn $ - * * This script creates a trace of NFS RPCs, NFS attribute cache * activity, and NFS access cache activity, along with the system call * that instigated the activity. Notice that NFS events may happen diff --git a/share/dtrace/nfsclienttime b/share/dtrace/nfsclienttime index 61c20d6f539..456a64b6d12 100755 --- a/share/dtrace/nfsclienttime +++ b/share/dtrace/nfsclienttime @@ -27,8 +27,6 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ - * * This script measures all time spent waiting on RPC replies for each * system call, and then generates a histogram of those times sorted by * system call name. diff --git a/share/dtrace/retval b/share/dtrace/retval index 40994ee246a..6d9353274dd 100755 --- a/share/dtrace/retval +++ b/share/dtrace/retval @@ -24,8 +24,6 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ - * * retval - show the return value of any probe named by the user * * USAGE: retval name diff --git a/share/dtrace/siftr b/share/dtrace/siftr index d12d35f2d1a..8497332c02d 100755 --- a/share/dtrace/siftr +++ b/share/dtrace/siftr @@ -24,8 +24,6 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ - * * The siftr D script collects data from the SIFTR kernel module. * * Usage: siftr diff --git a/share/dtrace/tcpconn b/share/dtrace/tcpconn index 5cf3c1cfa47..65be3258e6b 100755 --- a/share/dtrace/tcpconn +++ b/share/dtrace/tcpconn @@ -24,8 +24,6 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ - * * The tcpconn D script shows histograms of the source of TCP connections * * Usage: tcpconn diff --git a/share/dtrace/tcpdebug b/share/dtrace/tcpdebug index 9158c392491..e6ba394743e 100755 --- a/share/dtrace/tcpdebug +++ b/share/dtrace/tcpdebug @@ -24,8 +24,6 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ - * * The tcpdebug D script uses the tcp:kernel::debug tracepoints * to replicate the action of turning on TCPDEBUG in a kernel configuration. * diff --git a/share/dtrace/tcpstate b/share/dtrace/tcpstate index 4528bd7fe43..a1b4a5c6479 100755 --- a/share/dtrace/tcpstate +++ b/share/dtrace/tcpstate @@ -24,8 +24,6 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ - * * The tcpstate D script shows TCP sockets transitioning between states. * * Usage: tcpstate diff --git a/share/dtrace/tcptrack b/share/dtrace/tcptrack index 4974a27a603..a09ae8da03c 100755 --- a/share/dtrace/tcptrack +++ b/share/dtrace/tcptrack @@ -24,8 +24,6 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ - * * The tcptrack D script shows various information about TCP * connections including acceptance and refusal of inbound and * outbound connections as well as state changes. diff --git a/share/dtrace/udptrack b/share/dtrace/udptrack index ca7e8e90e74..f683b093475 100755 --- a/share/dtrace/udptrack +++ b/share/dtrace/udptrack @@ -24,8 +24,6 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ - * * The udptrack D script shows various information about UDP * data that are sent and received on the host. *