aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorlth <lth@FreeBSD.org>2004-07-10 17:43:31 +0800
committerlth <lth@FreeBSD.org>2004-07-10 17:43:31 +0800
commit6e4f55a4b217af9a46ce78fcf63f55e6c7878732 (patch)
tree939454f145ae13759971b254eed2e216fcff5c23 /audio
parentcb189039b30460f7ffac584f49323e4a8dee95c6 (diff)
downloadfreebsd-ports-gnome-6e4f55a4b217af9a46ce78fcf63f55e6c7878732.tar.gz
freebsd-ports-gnome-6e4f55a4b217af9a46ce78fcf63f55e6c7878732.tar.zst
freebsd-ports-gnome-6e4f55a4b217af9a46ce78fcf63f55e6c7878732.zip
Clarified pkg-message
PR: 68609 Submitted by: paul beard <paulbeard@mac.com> Approved by: erwin (implicit)
Diffstat (limited to 'audio')
-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`