From e80f7f09dc0a872dad87d2c6dcb6abc9b8862eeb Mon Sep 17 00:00:00 2001 From: Erwin Lansing Date: Thu, 3 Aug 2006 20:39:08 +0000 Subject: Fix passing of the -b option the the RC script. PR: 101285 Submitted by: gabor Approved by: maintainer --- audio/icecast2/Makefile | 2 +- audio/icecast2/files/icecast2.sh.in | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'audio/icecast2') 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" -- cgit v1.2.3