Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F157836447
D5547.id14057.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D5547.id14057.diff
View Options
Index: cddl/contrib/dtracetoolkit/errinfo
===================================================================
--- cddl/contrib/dtracetoolkit/errinfo
+++ cddl/contrib/dtracetoolkit/errinfo
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
#
# errinfo - report on syscall failures and print errno error messages.
# Written using Perl and DTrace (Solaris 10 03/05)
Index: cddl/contrib/dtracetoolkit/hotkernel
===================================================================
--- cddl/contrib/dtracetoolkit/hotkernel
+++ cddl/contrib/dtracetoolkit/hotkernel
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w
+#!/usr/bin/env perl
#
# hotkernel - sample on-CPU kernel-level functions and modules.
# Written using Perl and DTrace (Solaris 10 03/05)
Index: cddl/contrib/dtracetoolkit/hotuser
===================================================================
--- cddl/contrib/dtracetoolkit/hotuser
+++ cddl/contrib/dtracetoolkit/hotuser
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w
+#!/usr/bin/env perl
#
# hotuser - sample on-CPU user-level functions and libraries.
# Written using Perl and DTrace (Solaris 10 03/05)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, May 26, 6:00 PM (12 h, 21 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33534405
Default Alt Text
D5547.id14057.diff (1 KB)
Attached To
Mode
D5547: Fix shebang lines in DTrace Toolkit scripts. Perl, on FreeBSD, is no longer found at /usr/bin/perl. This commit fixes three shebang lines from the DTrace Toolkit to use /usr/bin/env instead.
Attached
Detach File
Event Timeline
Log In to Comment