[sleuthkit-developers] [ autopsy-Bugs-2779244 ] Autopsy looks for sorter configs in wrong path.
Brought to you by:
carrier
From: SourceForge.net <no...@so...> - 2009-04-23 12:46:58
|
Bugs item #2779244, was opened at 2009-04-23 10:25 Message generated for change (Settings changed) made by fuf_bugs 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: Open Resolution: None 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"; ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=477897&aid=2779244&group_id=55687 |