summaryrefslogtreecommitdiff
path: root/audio/daapd/files
diff options
context:
space:
mode:
authormjl <mjl@pkgsrc.org>2004-11-20 15:08:23 +0000
committermjl <mjl@pkgsrc.org>2004-11-20 15:08:23 +0000
commita303a1de0e17e0d27b470d8bb996d14b6904dd67 (patch)
tree9766709f3884fa21ba52aad540ae96f6359238d2 /audio/daapd/files
parentb7adfd544b9fdf9f942a35812b1df244e5b2d040 (diff)
downloadpkgsrc-a303a1de0e17e0d27b470d8bb996d14b6904dd67.tar.gz
Update daapd to 0.2.3d
- Fixed a stupid bug in the howl callback. If you had problems with daapd showing up in iTunes (i.e. with the mDNS Responder), try this update. - The howl API has changed as of howl 0.9.6. - Added support for Xing/LAME headers. This speeds up parsing of MP3 files and in effect the complete initial scan of the filesystem. - Fixed a few memory leaks. - Fixed an issue in the makefile. - Added auto-updates. - Clients waiting for updates are automatically notified of changes in the database. - daapd scans the filesystem periodically now. This happens in a separate thread. - Transmissions are compressed with gzip now. This can be turned off with -z
Diffstat (limited to 'audio/daapd/files')
-rw-r--r--audio/daapd/files/daapd.sh21
1 files changed, 21 insertions, 0 deletions
diff --git a/audio/daapd/files/daapd.sh b/audio/daapd/files/daapd.sh
new file mode 100644
index 00000000000..217fa200f43
--- /dev/null
+++ b/audio/daapd/files/daapd.sh
@@ -0,0 +1,21 @@
+#!@RCD_SCRIPTS_SHELL@
+#
+# $NetBSD: daapd.sh,v 1.1 2004/11/20 15:08:23 mjl Exp $
+#
+
+# PROVIDE: daapd
+# REQUIRE: DAEMON LOGIN
+
+. /etc/rc.subr
+
+name="daapd"
+help_name=$name
+rcvar=$name
+command="@PREFIX@/bin/${name}"
+required_files="@PKG_SYSCONFDIR@/daapd.conf"
+command_args="-c $required_files 2>&1 > /dev/null &"
+# pidfile="@JABBERD_PIDDIR@/${help_name}.pid"
+# jabberd_user="@JABBERD_USER@"
+
+load_rc_config $name
+run_rc_command "$1"