Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var hace 2 años
..
README ab4f47d06a audio/mt-daapd: Fix README. hace 3 años
doinst.sh 9f10e0c378 audio/mt-daapd: Moved from multimedia hace 14 años
mt-daapd.SlackBuild 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var hace 2 años
mt-daapd.info b13bc27fb9 audio/mt-daapd: Update HOMEPAGE url. hace 7 años
rc.mt-daapd 9f10e0c378 audio/mt-daapd: Moved from multimedia hace 14 años
slack-desc 610e8461bb various: Fix slack-desc formatting and comment nit picks. hace 10 años

README

mt-daapd is an iTunes server for POSIX systems. When run, iTunes will
see the music as a shared library to other clients on the LAN, just as
the OS X and Windows clients.

To work properly, the music must be located on the same filesystem
on which the daemon is running. Also, a template has been placed
in /etc/mt-daapd.conf This file should be edited before the daemon
is run.

An init script has been included for the daemon; to run at boot time,
add the following to /etc/rc.d/rc.local:

if [ -x /etc/rc.d/rc.mt-daapd ]; then
/etc/rc.d/rc.mt-daapd start
fi

You might also want to have the daemon shut down gracefully
on system halt or reboot; if so, add the following to
/etc/rc.d/rc.local_shutdown:

if [ -x /etc/rc.d/rc.mt-daapd ]; then
/etc/rc.d/rc.mt-daapd stop
fi