[Bug 215719] Scripts in /usr/share/dtrace/toolkit still use /usr/bin/perl

2017-01-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215719

--- Comment #2 from verma...@interia.pl ---
Yep, but its better to fix this as its fast and simple or remove these tools
from base system if they they are unmaintained.

Regards,
vermaden

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 215719] Scripts in /usr/share/dtrace/toolkit still use /usr/bin/perl

2017-01-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215719

Mark Johnston  changed:

   What|Removed |Added

 Resolution|--- |Overcome By Events
 CC||ma...@freebsd.org
 Status|New |Closed

--- Comment #1 from Mark Johnston  ---
You're right, but dtracetoolkit has since been removed from the base system. A
more up-to-date version is available via ports: sysutils/DTraceToolkit. The
interpreter path in hotkernel has been fixed there.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 215719] Scripts in /usr/share/dtrace/toolkit still use /usr/bin/perl

2017-01-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215719

Bug ID: 215719
   Summary: Scripts in /usr/share/dtrace/toolkit still use
/usr/bin/perl
   Product: Base System
   Version: 10.3-RELEASE
  Hardware: Any
OS: Any
Status: New
  Severity: Affects Many People
  Priority: ---
 Component: misc
  Assignee: freebsd-bugs@FreeBSD.org
  Reporter: verma...@interia.pl

/usr/share/dtrace/toolkit % grep perl *
hotkernel:#!/usr/bin/perl -w
hotuser:#!/usr/bin/perl -w

/usr/share/dtrace % which perl
/usr/local/bin/perl

Shouldn't that be /usr/local/bin/perl instead of /usr/bin/perl?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"