summaryrefslogtreecommitdiff
path: root/audio/daapd/files/daapd.sh
diff options
context:
space:
mode:
Diffstat (limited to 'audio/daapd/files/daapd.sh')
-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"