================================================================= daapd has now been installed. A sample configuration file has been placed at: /usr/local/etc/daapd.conf.sample You need to copy this to /usr/local/etc/daapd.conf and edit it to suit your requirements. You must also add: daapd_enable="YES" to /etc/rc.conf. Documentation is installed at: /usr/local/share/doc/daapd/README Once configured, you can start daapd by running: /usr/local/etc/rc.d/daapd.sh start daapd keeps its logfile in /var/log/daapd.log 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` Enjoy! =================================================================