summaryrefslogtreecommitdiff
path: root/audio/daapd/files
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2006-01-01 18:32:01 +0000
committertron <tron@pkgsrc.org>2006-01-01 18:32:01 +0000
commitc969db5b7ffd64cac9ef0c0b0ee00abb889da3d4 (patch)
tree494a6a90986fa33a08a39f1d3f98ab7161e2544e /audio/daapd/files
parent98544a67324699291f82a6c998f4998b7d889e92 (diff)
downloadpkgsrc-c969db5b7ffd64cac9ef0c0b0ee00abb889da3d4.tar.gz
Update "daapd" package to version 0.2.4a. Changes since version 0.2.3d:
- static playlists - daapd parses paths with backslashes correctly now - bugfixes
Diffstat (limited to 'audio/daapd/files')
-rw-r--r--audio/daapd/files/daapd.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/daapd/files/daapd.sh b/audio/daapd/files/daapd.sh
index e43d8862cdb..dbfc335464e 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.3 2005/01/08 06:44:41 schmonz Exp $
+# $NetBSD: daapd.sh,v 1.4 2006/01/01 18:32:01 tron Exp $
#
# PROVIDE: daapd
@@ -12,7 +12,7 @@ name="daapd"
rcvar=$name
command="@PREFIX@/bin/${name}"
required_files="@PKG_SYSCONFDIR@/daapd.conf"
-command_args="-c $required_files 2>&1 > /dev/null &"
+command_args="</dev/null 2>&1 > /dev/null &"
load_rc_config $name
run_rc_command "$1"