diff options
-rw-r--r-- | audio/daapd/pkg-message | 12 |
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` |