mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 09:56:43 -04:00
The @stake Sleuth Kit (TASK) is the only open source forensic toolkit for a complete analysis of Microsoft and UNIX file systems. TASK enables investigators to identify and recover evidence from images acquired during incident response or from live systems. WWW: http://www.atstake.com/research/tools/task/ PR: ports/55545 Submitted by: Pieter Danhieux <pieter@securax.be>
11 lines
412 B
Text
11 lines
412 B
Text
--- src/sorter/install.orig Mon Sep 8 04:18:36 2003
|
|
+++ src/sorter/install Mon Sep 8 04:19:01 2003
|
|
@@ -6,7 +6,7 @@
|
|
|
|
|
|
# Directories to search in
|
|
-dirs='/usr/local/bin/ /usr/bin/ /usr/ccs/bin/ /bin/ /usr/ucb/bin/ /sbin/ /usr/sbin/ /usr/local/sbin/ /usr/pkg/bin/'
|
|
+dirs="${LOCALBASE}/bin/ /usr/bin/ /usr/ccs/bin/ /bin/ /usr/ucb/bin/ /sbin/ /usr/sbin/ ${LOCALBASE}/sbin/ /usr/pkg/bin/"
|
|
|
|
# Find Perl
|
|
found=0;
|