diff options
author | xtraeme <xtraeme> | 2004-01-12 05:56:04 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2004-01-12 05:56:04 +0000 |
commit | da71ad478c9b9d2f55aa9404d98cfa2d22f852a8 (patch) | |
tree | 41021686a11247b5624691b878a15d2f739769bf /audio/icecast | |
parent | dfc329d072c346a525a630aee8811bf1a2d49099 (diff) | |
download | pkgsrc-da71ad478c9b9d2f55aa9404d98cfa2d22f852a8.tar.gz |
Fix typo.
Diffstat (limited to 'audio/icecast')
-rw-r--r-- | audio/icecast/files/icecast.sh | 4 |
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 |