[sleuthkit-developers] [ autopsy-Bugs-2779244 ] Autopsy looks for sorter configs in wrong path.
Brought to you by:
carrier
From: SourceForge.net <no...@so...> - 2010-02-12 18:36:39
|
Bugs item #2779244, was opened at 2009-04-23 01:25 Message generated for change (Comment added) made by carrier You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=477897&aid=2779244&group_id=55687 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: .FUF (fuf_bugs) Assigned to: Brian Carrier (carrier) Summary: Autopsy looks for sorter configs in wrong path. Initial Comment: Autopsy looks for sorter configs in wrong path. lib/Appsort.pm: my $config = "$::TSKDIR/../share/tsk/sorter/images.sort"; Should be: lib/Appsort.pm: my $config = "$::TSKDIR/../share/tsk3/sorter/images.sort"; ---------------------------------------------------------------------- >Comment By: Brian Carrier (carrier) Date: 2010-02-12 13:36 Message: Sending trunk/CHANGES.txt Sending trunk/lib/Appsort.pm Transmitting file data .. Committed revision 28. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=477897&aid=2779244&group_id=55687 |