summaryrefslogtreecommitdiff
path: root/sysutils/strace/patches/patch-ar
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/strace/patches/patch-ar')
-rw-r--r--sysutils/strace/patches/patch-ar10
1 files changed, 0 insertions, 10 deletions
diff --git a/sysutils/strace/patches/patch-ar b/sysutils/strace/patches/patch-ar
deleted file mode 100644
index b53095564c8..00000000000
--- a/sysutils/strace/patches/patch-ar
+++ /dev/null
@@ -1,10 +0,0 @@
-$NetBSD: patch-ar,v 1.1 2006/03/05 08:17:49 christos Exp $
-
---- strace-graph 2005-12-01 23:27:26.000000000 -0500
-+++ strace-graph 2006-03-05 03:13:23.000000000 -0500
-@@ -1,4 +1,4 @@
--#!/usr/bin/perl
-+#!/usr/bin/env perl
-
- # This script processes strace -f output. It displays a graph of invoked
- # subprocesses, and is useful for finding out what complex commands do.