mirror of
https://git.freebsd.org/ports.git
synced 2025-06-29 00:20:40 -04:00
release notes for details http://www.slimdevices.com/Changelog6.html. Fix a longstanding bug that caused mDNS support to not actually work. Take advantage of improvements in rc.subr to reduce the amount of code in the shutdown path including removing the pgrep dependancy.
14 lines
375 B
Perl
14 lines
375 B
Perl
|
|
$FreeBSD$
|
|
|
|
--- Slim/Utils/Misc.pm.orig
|
|
+++ Slim/Utils/Misc.pm
|
|
@@ -107,7 +107,7 @@
|
|
|
|
if (Slim::Utils::OSDetect::OS() ne "win") {
|
|
|
|
- push @paths, (split(/:/, $ENV{'PATH'}), qw(/usr/bin /usr/local/bin /usr/libexec /sw/bin /usr/sbin));
|
|
+ push @paths, (split(/:/, $ENV{'PATH'}), qw(/usr/bin /usr/local/bin /usr/libexec /usr/local/libexec /sw/bin /usr/sbin));
|
|
|
|
} else {
|
|
|