summaryrefslogtreecommitdiff
path: root/audio/daapd/files
diff options
context:
space:
mode:
authormjl <mjl@pkgsrc.org>2005-01-06 14:43:09 +0000
committermjl <mjl@pkgsrc.org>2005-01-06 14:43:09 +0000
commit79d3d0e9973146dca48a48137b2db3fbc0661253 (patch)
tree0af52dfc3c9ca0980950076fda87e9a6eef47ab5 /audio/daapd/files
parent6c45ee26da52caae512699572d01a440e5e6fd5d (diff)
downloadpkgsrc-79d3d0e9973146dca48a48137b2db3fbc0661253.tar.gz
Update to daapd 0.2.4a
- Bugfixes and additions to static playlists. - Adds static playlists. daapd reads playlists in M3U, M3U extended and PLS format.
Diffstat (limited to 'audio/daapd/files')
-rw-r--r--audio/daapd/files/daapd.sh12
1 files changed, 9 insertions, 3 deletions
diff --git a/audio/daapd/files/daapd.sh b/audio/daapd/files/daapd.sh
index 217fa200f43..8908f8a37f3 100644
--- a/audio/daapd/files/daapd.sh
+++ b/audio/daapd/files/daapd.sh
@@ -1,6 +1,6 @@
#!@RCD_SCRIPTS_SHELL@
#
-# $NetBSD: daapd.sh,v 1.1 2004/11/20 15:08:23 mjl Exp $
+# $NetBSD: daapd.sh,v 1.2 2005/01/06 14:43:09 mjl Exp $
#
# PROVIDE: daapd
@@ -14,8 +14,14 @@ 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@"
+
+#if ps auxww | grep -v grep | grep -q mDNSResponder ; then
+# echo "Runs: mDNSResponder"
+# :
+#else
+# echo "Starting mDNSResponder"
+# /usr/pkg/bin/mDNSResponder
+#fi
load_rc_config $name
run_rc_command "$1"