summaryrefslogtreecommitdiff
path: root/audio/squeezeboxserver/files/patch-Slim_Networking_mDNS.pm
blob: 259bee3f1f52540c4d1b1be2ccc4aea0caf24ddb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$FreeBSD$

--- Slim/Networking/mDNS.pm.orig
+++ Slim/Networking/mDNS.pm
@@ -100,7 +100,6 @@
 
 		print CONF "$name\n";
 		print CONF "$service\n";
-		print CONF "TXT\n";
 		print CONF "$port\n";
 		print CONF "\n";
 	}
@@ -113,7 +112,7 @@
 		return;
 	}
 
-	my $command = sprintf("%s -d -f %s -P %s", $mDNSBin, $confFile, $pidFile);
+	my $command = sprintf("%s -b -f %s -P %s", $mDNSBin, $confFile, $pidFile);
 
 	$::d_mdns && msg("mDNS: About to run: $command\n");