pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/icecast/files Fix typo.
details: https://anonhg.NetBSD.org/pkgsrc/rev/d6564c7f9514
branches: trunk
changeset: 466138:d6564c7f9514
user: xtraeme <xtraeme%pkgsrc.org@localhost>
date: Mon Jan 12 05:56:04 2004 +0000
description:
Fix typo.
diffstat:
audio/icecast/files/icecast.sh | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r e69b6b1536eb -r d6564c7f9514 audio/icecast/files/icecast.sh
--- a/audio/icecast/files/icecast.sh Mon Jan 12 04:56:35 2004 +0000
+++ b/audio/icecast/files/icecast.sh Mon Jan 12 05:56:04 2004 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index