Thats's good.

It looks like the Sc port to QNAP has not updated Slim/Utils/OS/Unix.pm



Code:
--------------------
    
  
  sub initSearchPath {
        my $class = shift;
  
        $class->SUPER::initSearchPath();
  
        my @paths = (split(/:/, ($ENV{'PATH'} || 
'/sbin:/usr/sbin:/bin:/usr/bin')), qw(/usr/bin /usr/local/bin /usr/libexec 
/sw/bin /usr/sbin));
        
        Slim::Utils::Misc::addFindBinPaths(@paths);
  }
  
  
--------------------


On your system the @paths should have /opt/local/bin or whatever is
used.


-- 
bpa
------------------------------------------------------------------------
bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=47288

_______________________________________________
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to