aboutsummaryrefslogtreecommitdiff
path: root/audio/icecast2
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2006-08-03 20:39:08 +0000
committerErwin Lansing <erwin@FreeBSD.org>2006-08-03 20:39:08 +0000
commite80f7f09dc0a872dad87d2c6dcb6abc9b8862eeb (patch)
tree30a1229c1982d9e724f2dc4b5ea1b0c4a3f94f9a /audio/icecast2
parentef6efc6dc9795ec96cc20da89027ca012a410b5f (diff)
downloadports-e80f7f09dc0a872dad87d2c6dcb6abc9b8862eeb.tar.gz
ports-e80f7f09dc0a872dad87d2c6dcb6abc9b8862eeb.zip
Fix passing of the -b option the the RC script.
PR: 101285 Submitted by: gabor Approved by: maintainer
Notes
Notes: svn path=/head/; revision=169591
Diffstat (limited to 'audio/icecast2')
-rw-r--r--audio/icecast2/Makefile2
-rw-r--r--audio/icecast2/files/icecast2.sh.in4
2 files changed, 3 insertions, 3 deletions
diff --git a/audio/icecast2/Makefile b/audio/icecast2/Makefile
index fbfe180f00a2..3ef7902fc3d9 100644
--- a/audio/icecast2/Makefile
+++ b/audio/icecast2/Makefile
@@ -7,7 +7,7 @@
PORTNAME= icecast2
PORTVERSION= 2.3.1
-PORTREVISION= 2
+PORTREVISION= 3
PORTEPOCH= 1
CATEGORIES= audio net ipv6
MASTER_SITES= http://svn.xiph.org/releases/icecast/
diff --git a/audio/icecast2/files/icecast2.sh.in b/audio/icecast2/files/icecast2.sh.in
index 0168b7badf99..45110196f1a3 100644
--- a/audio/icecast2/files/icecast2.sh.in
+++ b/audio/icecast2/files/icecast2.sh.in
@@ -23,12 +23,12 @@ name="icecast"
rcvar=`set_rcvar`
command="%%PREFIX%%/bin/icecast"
-command_args="1>/dev/null"
+command_args="-b 1>/dev/null"
required_files="%%PREFIX%%/etc/$name.xml"
# read configuration and set defaults
load_rc_config "$name"
: ${icecast_enable="NO"}
-: ${icecast_flags="-c ${required_files} -b"}
+: ${icecast_flags="-c ${required_files}"}
run_rc_command "$1"