Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 73832 | Differences between
and this patch

Collapse All | Expand All

(-)SlimServer_v6.5.0/Slim/Networking/mDNS.pm (-1 / +1 lines)
Lines 113-119 Link Here
113
		return;
113
		return;
114
	}
114
	}
115
115
116
	my $command = sprintf("%s -d -f %s -P %s", $mDNSBin, $confFile, $pidFile);
116
	my $command = sprintf("%s -b -f %s -P %s", $mDNSBin, $confFile, $pidFile);
117
117
118
	$::d_mdns && msg("mDNS: About to run: $command\n");
118
	$::d_mdns && msg("mDNS: About to run: $command\n");
119
119

Return to bug 73832