summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2006-01-01 18:34:13 +0000
committertron <tron@pkgsrc.org>2006-01-01 18:34:13 +0000
commit4ebec737dc148e4fa5803986a7e8dab08638fa28 (patch)
tree9deed46796b5dce37c0d1d9c2f36e4d030359107 /audio
parentc969db5b7ffd64cac9ef0c0b0ee00abb889da3d4 (diff)
downloadpkgsrc-4ebec737dc148e4fa5803986a7e8dab08638fa28.tar.gz
Fix small shell script error which I forgot to fix.
Diffstat (limited to 'audio')
-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 dbfc335464e..9850ed35e53 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.4 2006/01/01 18:32:01 tron Exp $
+# $NetBSD: daapd.sh,v 1.5 2006/01/01 18:34:13 tron Exp $
#
# PROVIDE: daapd
@@ -12,7 +12,7 @@ name="daapd"
rcvar=$name
command="@PREFIX@/bin/${name}"
required_files="@PKG_SYSCONFDIR@/daapd.conf"
-command_args="</dev/null 2>&1 > /dev/null &"
+command_args="</dev/null >/dev/null 2>&1 &"
load_rc_config $name
run_rc_command "$1"