summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2004-01-12 05:56:04 +0000
committerxtraeme <xtraeme@pkgsrc.org>2004-01-12 05:56:04 +0000
commite8df632f13ceeac86d481ee63335bfcd0ede1c80 (patch)
tree41021686a11247b5624691b878a15d2f739769bf /audio
parent0ac69be3ed427228f155308ed884846c21ab91bf (diff)
downloadpkgsrc-e8df632f13ceeac86d481ee63335bfcd0ede1c80.tar.gz
Fix typo.
Diffstat (limited to 'audio')
-rw-r--r--audio/icecast/files/icecast.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/icecast/files/icecast.sh b/audio/icecast/files/icecast.sh
index 103a1506321..ba1e98261c2 100644
--- a/audio/icecast/files/icecast.sh
+++ b/audio/icecast/files/icecast.sh
@@ -1,6 +1,6 @@
#!@RCD_SCRIPTS_SHELL@
#
-# $NetBSD: icecast.sh,v 1.3 2004/01/08 20:49:39 xtraeme Exp $
+# $NetBSD: icecast.sh,v 1.4 2004/01/12 05:56:04 xtraeme Exp $
#
# PROVIDE: icecast
@@ -11,7 +11,7 @@
name="icecast"
rcvar=$name
command="@PREFIX@/bin/${name}"
-command_args="-b -c @PKG_SYSCONFDIR@/$name.xml 1>2& >/dev/null"
+command_args="-b -c @PKG_SYSCONFDIR@/$name.xml >/dev/null 2>&1"
required_files="@PKG_SYSCONFDIR@/$name.xml"
load_rc_config $name