aboutsummaryrefslogtreecommitdiffstats
path: root/audio/icecast2
diff options
context:
space:
mode:
authorerwin <erwin@FreeBSD.org>2006-08-04 04:39:08 +0800
committererwin <erwin@FreeBSD.org>2006-08-04 04:39:08 +0800
commita3db2e4b7ccfd1a887353839d22a0c26eeeca9ba (patch)
treef80b7d67fea4aaf26a0ae3837edae5a7c5998750 /audio/icecast2
parent727ff224954774dc1ab20f4d058663a2433798aa (diff)
downloadfreebsd-ports-gnome-a3db2e4b7ccfd1a887353839d22a0c26eeeca9ba.tar.gz
freebsd-ports-gnome-a3db2e4b7ccfd1a887353839d22a0c26eeeca9ba.tar.zst
freebsd-ports-gnome-a3db2e4b7ccfd1a887353839d22a0c26eeeca9ba.zip
Fix passing of the -b option the the RC script.
PR: 101285 Submitted by: gabor Approved by: maintainer
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"