summaryrefslogtreecommitdiff
path: root/audio/daapd
diff options
context:
space:
mode:
authorLars Thegler <lth@FreeBSD.org>2004-07-10 09:43:31 +0000
committerLars Thegler <lth@FreeBSD.org>2004-07-10 09:43:31 +0000
commit994415f449edfea6c1da593411b93cc4c841e742 (patch)
tree92db792cab5ce997a18c9946817f88cd814cd956 /audio/daapd
parentUpdate to 2.4.4 (diff)
Clarified pkg-message
PR: 68609 Submitted by: paul beard <paulbeard@mac.com> Approved by: erwin (implicit)
Notes
Notes: svn path=/head/; revision=113323
Diffstat (limited to 'audio/daapd')
-rw-r--r--audio/daapd/pkg-message12
1 files changed, 10 insertions, 2 deletions
diff --git a/audio/daapd/pkg-message b/audio/daapd/pkg-message
index df8b7b10420d..d82e55a3d18a 100644
--- a/audio/daapd/pkg-message
+++ b/audio/daapd/pkg-message
@@ -28,8 +28,16 @@ daapd keeps its logfile in
%%LOGDIR%%/daapd.log
-To advertise the server, you can either use howl, or run net/mDNSResponder
-with a command line like:
+To advertise the daapd service via ZeroConf/Rendezvous on your local
+network, you've got two options:
+
+1) if you selected the HOWL build option (or set WITH_HOWL), daapd
+will automatically register its services on startup with the Howl
+responder daemon (mDNSResponder). Note, that the Howl responder
+daemon must be running.
+
+2) otherwise, you can install the net/mDNSResponder port, and use
+that with a command line like:
mDNSResponderPosix -p 3689 -t _daap._tcp. -n `hostname`